PointCloudPointStyleNumberOfElevationRanges 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.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic int NumberOfElevationRanges { get; set; }
Public Property NumberOfElevationRanges As Integer
Get
Set
public:
property int NumberOfElevationRanges {
int get ();
void set (int value);
}
Property Value
Int32
See Also