MultiSegmentGridGetGridIds Method

Get the element ids of the Grids that make up this MultiSegmentGrid.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ICollection<ElementId> GetGridIds()

Return Value

ICollectionElementId
Element ids of Grids that make up this MultiSegmentGrid.
See Also