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


IAnnotationExpressionParser2.FindLabel Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotationExpressionParser2 Interface > IAnnotationExpressionParser2.FindLabel Method
ArcGIS Developer Help

IAnnotationExpressionParser2.FindLabel Method

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

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

Feature is a parameter of type IFeature* pLayerFields [in]
pLayerFields is a parameter of type ILayerFields*

Product Availability

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

See Also

IAnnotationExpressionParser2 Interface