![]() |
This document is archived and information here might be outdated. Recommended version. |
Provides access to members to parse annotation expressions. Note: the IAnnotationExpressionParser interface has been superseded by IAnnotationExpressionParser2. Please consider using the more recent version.
The IAnnotationExpressionParser is a low level interface maintaining information about the labeling expression.
| Name | Description | |
|---|---|---|
![]() |
Attribute | The attribute fields in the expression. |
![]() |
AttributeCount | The number of attribute fields in the expression. |
![]() |
Expression | The annotation expression. |
![]() |
FindLabel | The label for a given feature based on the annotation expression. |
![]() |
LastError | Reports error that occurred in FindLabel method. |
| Classes | Description |
|---|---|
| AnnotationExpressionParser | The expression parser handed out by the AnnotationExpressionEngine. |
| HotLinkExpressionParser | The expression parser handed out by the HotLink Expression Engines. |