Segment.SizeCount Property

SegmentSizeCount Property

The number of size objects in the segment.

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

Property Value

Int32
See Also