PointGroupQueryQueryString Property |
Gets the query string for the query.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic string QueryString { get; }
Public ReadOnly Property QueryString As String
Get
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.
ExampleNo code example is currently available or this language may not be supported.
See Also