QueryString Property

Gets the query string for the query.

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

Syntax

C#

public string QueryString { get; }

Visual Basic

Public ReadOnly Property QueryString As String
	Get

Visual C++

public:
property String^ QueryString {
	String^ get ();
}

Remarks

For StandardPointGroupQuery objects, the QueryString is calculated from the values in other properties. For CustomPointGroupQuery objects, this string is set directly.

Examples

CopyC#
1!ERROR: See log file!
CopyVB.NET
1!ERROR: See log file!

See Also