This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILabelEngineLayerProperties Interface > ILabelEngineLayerProperties.ExpressionParser Property (ArcObjects .NET 10.5 SDK) |
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