IFCOpeningDimensionsHeight Property |
The height of the opening.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic double Height { get; set; }Public Property Height As Double
Get
Set
public:
property double Height {
double get ();
void set (double value);
}member Height : float with get, set
Property Value
Double
See Also