Gets or sets the number of surface slope range values 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 the interval [1, 100].

See Also