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


IBasicOverposterLayerProperties3.LabelWeight Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBasicOverposterLayerProperties3 Interface > IBasicOverposterLayerProperties3.LabelWeight Property
ArcGIS Developer Help

IBasicOverposterLayerProperties3.LabelWeight Property

Barrier weighting for labels in the layer.

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

Weight is a parameter of type esriBasicOverposterWeight* Weight [in]
Weight is a parameter of type esriBasicOverposterWeight

Product Availability

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

Description

LabelWeight is the weight assigned to labels, defined by esriBasicOverposterWeight.  This determines whether or not labels in other layers can overlap labels in this layer. All weight values except esriNoWeight are accepted by this property. 

See Also

IBasicOverposterLayerProperties3 Interface