| Revit Preview Release API |
| MultiSegmentGrid..::..GetGridIds Method |
| MultiSegmentGrid Class See Also |
Get the element ids of the Grids that make up this MultiSegmentGrid.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since:
2013
Syntax
| C# |
|---|
public ICollection<ElementId> GetGridIds() |
| Visual Basic |
|---|
Public Function GetGridIds As ICollection(Of ElementId) |
| Visual C++ |
|---|
public: ICollection<ElementId^>^ GetGridIds() |