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


IAnnotationExpressionParser.AttributeCount Property (ArcObjects .NET 10.4 SDK)
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