ArcObjects Library Reference (DefenseSolutions)  

IAttributeLabel.Name Property

Name of the attribute label position surrounding the graphic.

[Visual Basic .NET]
Public Property Name As String
[C#]
public string Name {get; set;}
[C++]
HRESULT get_Name(
  BSTR* strName
);
[C++]
HRESULT put_Name(
  BSTR strName
);
[C++]

Parameters

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

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IAttributeLabel Interface