FabricationPart.HasDoubleWall Property

FabricationPartHasDoubleWall Property

True if the fabrication part is double walled.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool HasDoubleWall { get; }
Public ReadOnly Property HasDoubleWall As Boolean
	Get
public:
property bool HasDoubleWall {
	bool get ();
}
member HasDoubleWall : bool with get

Property Value

Boolean
See Also