Gets or sets the number of surface slope range values to be used.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: 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
| Exception | Condition |
|---|
| System..::..ArgumentOutOfRangeException |
Thrown when the input value is out of the interval [1, 100].
|
See Also