PointElevationField Property

Gets the query string token for a point elevation field.

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

Syntax

C#

public static string PointElevationField { get; }

Visual Basic

Public Shared ReadOnly Property PointElevationField As String
	Get

Visual C++

public:
static property String^ PointElevationField {
	String^ get ();
}

See Also