IFCRange Members

The IFCRange type exposes the following members.

Constructors

  NameDescription
Public methodIFCRange()()()()
Instantiates a default IFCRange object.
Public methodIFCRange(IFCRange)
Instantiates an IFCRange object by copy.
Public methodIFCRange(Double, Double)
Instantiates an IFCRange object.

Methods

  NameDescription
Public methodDispose
Releases all resources used by the IFCRange
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyEnd
The ending value of the range.
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public propertyStart
The starting value of the range.

See Also