ArcObjects Library Reference (DefenseSolutions)  

IEnumAttributeLabel.FindLabel Method

Finds and retrieves an attribute label object by name.

[Visual Basic .NET]
Public Function FindLabel ( _
    ByVal Name As String _
) As IAttributeLabel
[C#]
public IAttributeLabel FindLabel (
    string Name
);
[C++]
HRESULT FindLabel(
  BSTR Name,
  IAttributeLabel** __MIDL__IEnumAttributeLabel0000
);
[C++]

Parameters

Name [in]   Name is a parameter of type BSTR __MIDL__IEnumAttributeLabel0000 [out, retval]

  __MIDL__IEnumAttributeLabel0000 is a parameter of type IAttributeLabel

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IEnumAttributeLabel Interface