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


IAnnotationExpressionParser2.Expression Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotationExpressionParser2 Interface > IAnnotationExpressionParser2.Expression Property
ArcGIS Developer Help

IAnnotationExpressionParser2.Expression Property

The annotation expression.

[Visual Basic .NET]
Public ReadOnly Property Expression As String
[C#]
public string Expression {get;}
[C++]
HRESULT get_Expression(
  System.String* Expression
);
[C++]
Parameters
Expression [out, retval]

Expression is a parameter of type BSTR*

Product Availability

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

See Also

IAnnotationExpressionParser2 Interface