2023 Class
Changes 0
C

IFCRange

Description:
Typically for IFC export, this represents the lower and upper elevations for split wall and column geometry.
Remarks:
It contains two double values representing the starting and ending values as a range.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.IFC.IFCRange
public class IFCRange : IDisposable
Name Return Type Description
C IFCRange() None Instantiates a default IFCRange object.
C IFCRange(Double, Double) None Instantiates an IFCRange object.
C IFCRange(IFCRange) None Instantiates an IFCRange object by copy.
Name Return Type Description
M Dispose() None Releases all resources used by the
Name Return Type Description
P End double The ending value of the range.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P Start double The starting value of the range.