This document is archived and information here might be outdated.  Recommended version.


IHotLinkExpressionProperties.ExpressionParser Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IHotLinkExpressionProperties.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

IHotLinkExpressionProperties Interface