IFCOpeningDimensionsHasRectangularDimensions Property |
True if width and height are valid, false if only area is valid.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic bool HasRectangularDimensions { get; set; }Public Property HasRectangularDimensions As Boolean
Get
Set
public:
property bool HasRectangularDimensions {
bool get ();
void set (bool value);
}member HasRectangularDimensions : bool with get, set
Property Value
Boolean
See Also