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


IAnnotationExpressionParser.FindLabel Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IAnnotationExpressionParser.FindLabel Method

The label for a given feature based on the annotation expression.

[Visual Basic .NET]
Public Function FindLabel ( _
    ByVal Feature As IFeature _
) As String
[C#]
public string FindLabel (
    IFeature Feature
);
[C++]
HRESULT FindLabel(
  IFeature* Feature
);
[C++]

Parameters Feature [in]
Feature is a parameter of type IFeature*

Product Availability

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

See Also

IAnnotationExpressionParser Interface