ElevationRangeMode Property

Gets or sets how to specify the vertical range of the profile view.

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

Syntax

C#

public ElevationRangeType ElevationRangeMode { get; set; }

Visual Basic

Public Property ElevationRangeMode As ElevationRangeType
	Get
	Set

Visual C++

public:
property ElevationRangeType ElevationRangeMode {
	ElevationRangeType get ();
	void set (ElevationRangeType value);
}

See Also