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


IAnnotationExpressionParser.AttributeCount 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.AttributeCount Property
ArcGIS Developer Help

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(
  System.Int32* 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