<Code Lib>
2025 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 Inherited From
C IFCRange() IFCRange Instantiates a default IFCRange object.
C IFCRange(IFCRange) IFCRange Instantiates an IFCRange object by copy.
C IFCRange(Double, Double) IFCRange Instantiates an IFCRange object.

Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the IFCRange
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object

Name Return Type Description Inherited From
P End double The ending value of the range.
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.
P Start double The starting value of the range.

Loading…