RVTDocs.com
Namespace: Autodesk.Revit.DB.IFC Class: IFCRange

IFCRange(Double, Double)

Constructor
Description:
Instantiates an IFCRange object.
Syntax
public IFCRange(
	double start,
	double end
)
Parameters
Parameter Type Description
start Double The starting value of the range.
end Double The ending value of the range.
Return Value