IFCOpeningDimensions Class

Contains calculated dimensions for an IFC opening element.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DB.IFCIFCOpeningDimensions

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public class IFCOpeningDimensions : IDisposable

The IFCOpeningDimensions type exposes the following members.

Constructors
 NameDescription
Public methodIFCOpeningDimensions Creates default opening dimensions with zero values.
Public methodIFCOpeningDimensions(IFCAnyHandle) Creates opening dimensions with a specified handle. The opening handle.
Top
Properties
 NameDescription
Public propertyArea The area of the opening.
Public propertyDepth The depth of the opening.
Public propertyHasRectangularDimensions True if width and height are valid, false if only area is valid.
Public propertyHeight The height of the opening.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyWidth The width of the opening.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the IFCOpeningDimensions
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetOpeningHandle Gets the IFC opening element handle.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also