Gets the segments of the fill grid.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2012
Syntax
C# |
---|
public IList<double> GetSegments() |
Visual Basic |
---|
Public Function GetSegments As IList(Of Double) |
Visual C++ |
---|
public: IList<double>^ GetSegments() |