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


IACLabelRenderer.LabelProperties Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IACLabelRenderer.LabelProperties Property

The label properties.

[Visual Basic .NET]
Public Property LabelProperties As String
[C#]
public string LabelProperties {get; set;}
[C++]
HRESULT get_LabelProperties(
  BSTR* props
);
[C++]
HRESULT put_LabelProperties(
  BSTR props
);
[C++]

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

Product Availability

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

See Also

IACLabelRenderer Interface