PointGroupQueryQueryString Property

Gets the query string for the query.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public string QueryString { 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
1!ERROR: See log file!
See Also