MultiSegmentGridGetGridIds Method

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

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

Return Value

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