FabricationPart.HasLining Property

FabricationPartHasLining Property

True if the fabrication part is lined.

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

Property Value

Boolean
See Also