Revit 2020.1 API |
FillGrid..::..GetSegments Method |
FillGrid Class See Also |
Gets the segments of the fill grid.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:
2012
Syntax
C# |
---|
public IList<double> GetSegments() |
Visual Basic |
---|
Public Function GetSegments As IList(Of Double) |
Visual C++ |
---|
public: IList<double>^ GetSegments() |