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


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

IAnnotationExpressionParser.Attribute Property

The attribute fields in the expression.

[Visual Basic .NET]
Public Function get_Attribute ( _
    ByVal Index As Integer _
) As String
[C#]
public string get_Attribute (
    int Index
);
[C++]
HRESULT get_Attribute(
  long Index,
  System.String* Attribute
);
[C++]
Parameters
Index [in]

Index is a parameter of type long Attribute [out, retval]
Attribute is a parameter of type BSTR*

Product Availability

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

See Also

IAnnotationExpressionParser Interface