ElevatinoRangeCreationType Property

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

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.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