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.7.0.1276
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); }