OpeningParenthesis Property

Gets the query string token for an opening parenthesis.

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

Syntax

C#

public static string OpeningParenthesis { get; }

Visual Basic

Public Shared ReadOnly Property OpeningParenthesis As String
	Get

Visual C++

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

See Also