SurfaceSlopeStyleNumberOfRanges Property

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.8.0.292
Syntax
public int NumberOfRanges { get; set; }

Property Value

Int32
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown when the input value is out of the interval [1, 100].
See Also