Revit 2025 API
IFCRange(Double, Double) Constructor |
Instantiates an IFCRange object.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public IFCRange( double start, double end )
Public Sub New ( start As Double, end As Double )
public: IFCRange( double start, double end )
new : start : float * end : float -> IFCRange
Parameters
See Also