ArcObjects Library Reference (Carto)  

IDisplayExpressionProperties.ExpressionParser Property

The object that interprets the expression.

[Visual Basic .NET]
Public Property ExpressionParser As IAnnotationExpressionEngine
[C#]
public IAnnotationExpressionEngine ExpressionParser {get; set;}
[C++]
HRESULT get_ExpressionParser(
  IAnnotationExpressionEngine** engine
);
[C++]
HRESULT putref_ExpressionParser(
  IAnnotationExpressionEngine* engine
);
[C++]

Parameters

engine [out, retval]

  engine is a parameter of type IAnnotationExpressionEngine

engine [in]

  engine is a parameter of type IAnnotationExpressionEngine

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDisplayExpressionProperties Interface