PointGroupQueryParserExceptionPosition Property |
Returns the location index where the error was found inside of the query.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic int Position { get; }
Public ReadOnly Property Position As Integer
Get
public:
property int Position {
int get ();
}
Return Value
Int32
The position where the parsing of the query failed, which may not correspond
to the character that caused the error.
Remarks
The Position property should be used as guidance only, as it may or may not
point to the exact location where the invalid token was found because
the parser always looks ahead to find tokens rather than specific
characters.
See Also