ArcObjects Library Reference (Carto)  

IBasicOverposterLayerProperties2.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

IBasicOverposterLayerProperties2 Interface