Share

SurfaceDirectionStyle.NumberOfRanges Property

Gets or sets the number of directional ranges.



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

Syntax

C#

public int NumberOfRanges { get; set; }

VB

Public Property NumberOfRanges As Integer
	Get
	Set

C++

public:
property int NumberOfRanges {
	int get ();
	void set (int value);
}

Property Value

Int32

Exceptions

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

Remarks

Surface triangles facing this number of directional ranges will be rendered.

See Also

Reference

Was this information helpful?