ArcObjects Library Reference (Carto)  

IBasicOverposterLayerProperties4.FeatureWeight Property

Barrier weighting for features in the layer.

[Visual Basic .NET]
Public Property FeatureWeight As esriBasicOverposterWeight
[C#]
public esriBasicOverposterWeight FeatureWeight {get; set;}
[C++]
HRESULT get_FeatureWeight(
  esriBasicOverposterWeight* Weight
);
[C++]
HRESULT put_FeatureWeight(
  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

FeatureWeight is the weight assigned to features, defined by esriBasicOverposterWeight (none, low, medium, high). This determines whether or not labels, in this and other layers, can overlap features in this layer.

See Also

IBasicOverposterLayerProperties4 Interface