Share

PointCloudPointStyle.NumberOfElevationRanges Property

Gets or sets the default number of elevation ranges that are created for a new point cloud that references this style.



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

Syntax

C#

public int NumberOfElevationRanges { get; set; }

VB

Public Property NumberOfElevationRanges As Integer
	Get
	Set

C++

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

Property Value

Int32

See Also

Reference

Was this information helpful?