FabricationPartDoubleWallMaterialArea Property |
The double wall material area of the fabrication part. If the fabrication part is not double walled, returns zero.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic double DoubleWallMaterialArea { get; }
Public ReadOnly Property DoubleWallMaterialArea As Double
Get
public:
property double DoubleWallMaterialArea {
double get ();
}
member DoubleWallMaterialArea : float with get
Property Value
Double
See Also