ArcObjects Library Reference (Carto)  

IMaplexOverposterLayerProperties.FeatureWeight Property

Feature weight controls which features may be overlapped and to what extent.

[Visual Basic .NET]
Public Property FeatureWeight As Integer
[C#]
public int FeatureWeight {get; set;}
[C++]
HRESULT get_FeatureWeight(
  long* Weight
);
[C++]
HRESULT put_FeatureWeight(
  long Weight
);
[C++]

Parameters

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

Product Availability

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

See Also

IMaplexOverposterLayerProperties Interface