ArcObjects Library Reference (Carto)  

IAnnotationExpressionParser.AttributeCount Property

The number of attribute fields in the expression.

[Visual Basic .NET]
Public ReadOnly Property AttributeCount As Integer
[C#]
public int AttributeCount {get;}
[C++]
HRESULT get_AttributeCount(
  long* attributes
);
[C++]

Parameters

attributes [out, retval]   attributes is a parameter of type long

Product Availability

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

See Also

IAnnotationExpressionParser Interface