ArcObjects Library Reference (Carto)  

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

See Also

IBasicOverposterLayerProperties2 Interface