Gets or sets the long value that specifies the number of ranges to be used.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public int NumberOfRanges { get; set; }
Visual Basic
Public Property NumberOfRanges As Integer
	Get
	Set
Visual C++
public:
property int NumberOfRanges {
	int get ();
	void set (int value);
}

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeException Thrown when the input value is out of interval [1, 200].

See Also