| Revit 2021.1 API |
| IFCRange..::..Start Property |
| IFCRange Class See Also |
The starting value of the range.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2013
Syntax
| C# |
|---|
public double Start { get; set; } |
| Visual Basic |
|---|
Public Property Start As Double Get Set |
| Visual C++ |
|---|
public: property double Start { double get (); void set (double value); } |