MEPSystem.SectionsCount Property

MEPSystemSectionsCount Property

The number of sections.

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

Property Value

Int32
See Also