| Revit 2017 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: 17.0.0.0 (17.0.484.0)
Since:
2013
Syntax
| C# |
|---|
public ICollection<ElementId> GetGridIds() |
| Visual Basic |
|---|
Public Function GetGridIds As ICollection(Of ElementId) |
| Visual C++ |
|---|
public: ICollection<ElementId^>^ GetGridIds() |