Whether this cable tray type is with fitting

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)

Syntax

C#
public bool IsWithFitting { get; }
Visual Basic
Public ReadOnly Property IsWithFitting As Boolean
	Get
Visual C++
public:
property bool IsWithFitting {
	bool get ();
}

Remarks

True if this cable tray type is with fitting type.

See Also