Share

PointGroupQuery.QueryString Property

Gets the query string for the query.



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

Syntax

C#

public string QueryString { get; }

VB

Public ReadOnly Property QueryString As String
	Get

C++

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

Property Value

String

Remarks

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

Example

C#

1!ERROR: See log file!

VB

1!ERROR: See log file!

See Also

Reference

Was this information helpful?