PointGroupField Property

Gets the query string token for a point group field.

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

Syntax

C#

public static string PointGroupField { get; }

Visual Basic

Public Shared ReadOnly Property PointGroupField As String
	Get

Visual C++

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

See Also