ConduitSize.UsedInSizeLists Property

ConduitSizeUsedInSizeLists Property

Whether it is used in size lists.

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

Property Value

Boolean
See Also