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


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

IACLabelRenderer.LabelWeight Property

The label weight to prioritize the importance of labels.

[Visual Basic .NET]
Public Property LabelWeight As acLabelWeight
[C#]
public acLabelWeight LabelWeight {get; set;}
[C++]
HRESULT get_LabelWeight(
  acLabelWeight* Weight
);
[C++]
HRESULT put_LabelWeight(
  acLabelWeight Weight
);
[C++]

Parameters Weight [out, retval]
Weight is a parameter of type acLabelWeight Weight [in]
Weight is a parameter of type acLabelWeight

Product Availability

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

See Also

IACLabelRenderer Interface