SurfaceSlopeArrowStyleNumberOfRanges Property |
Gets or sets the number of surface slope arrow range values to be used.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic int NumberOfRanges { get; set; }
Public Property NumberOfRanges As Integer
Get
Set
public:
property int NumberOfRanges {
int get ();
void set (int value);
}
Property Value
Int32
ExceptionsException | Condition |
---|
ArgumentOutOfRangeException |
Thrown when the input value is out of the interval [1, 100].
|
See Also