FabricationPart.LiningThickness Property

FabricationPartLiningThickness Property

The lining thickness of the fabrication part. If the fabrication part is not lined, returns zero.

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

Property Value

Double
See Also