IFCRange(Double, Double)
Public 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)
Parameters
startDouble
The starting value of the range.
endDouble
The ending value of the range.