Provides access to members that work with low level information about a script based labeling expression.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
When To Use
The IAnnotationExpressionEngine interface is implemented by the script engine coclasses. This is a low level interface maintaining information about the labeling expression.
The AppendCode property provides the language specific characters needed to append two strings.
The CreateFunction method creates a simple expression properly formatted for the parser language.
The SetCode and SetExpression are used to set the label expression into the parser. SetCode is used for adavanced expressions while SetExpression is used for simple expressions.
Members
Description | ||
---|---|---|
AppendCode | The code to append. | |
CreateFunction | Creates the specified function. | |
Name | The name of the expression engine. | |
SetCode | The function to base labels on. | |
SetExpression | The expression to base labels on. |
CoClasses that implement IAnnotationExpressionEngine
CoClasses and Classes | Description |
---|---|
AnnotationJScriptEngine | An object tha parses annotation expressions using JScript. |
AnnotationVBScriptEngine | An object that parses annotation expressions using VBScript. |
HotLinkJScriptEngine | An object tha parses hotlink expressions using JScript. |
HotLinkVBScriptEngine | An object that parses hotlink expressions using VBScript. |