Gets or sets the method to create the number of elevation ranges.

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

Syntax

C#
public PointCloudElevationRangeCreationType ElevatinoRangeCreationType { get; set; }
Visual Basic
Public Property ElevatinoRangeCreationType As PointCloudElevationRangeCreationType
	Get
	Set
Visual C++
public:
property PointCloudElevationRangeCreationType ElevatinoRangeCreationType {
	PointCloudElevationRangeCreationType get ();
	void set (PointCloudElevationRangeCreationType value);
}

See Also