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


IACLabelRenderer.FeatureWeight Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IACLabelRenderer Interface > IACLabelRenderer.FeatureWeight Property
ArcGIS Developer Help

IACLabelRenderer.FeatureWeight Property

The feature weight to prioritize the importance of features.

[Visual Basic .NET]
Public Property FeatureWeight As acLabelWeight
[C#]
public acLabelWeight FeatureWeight {get; set;}
[C++]
HRESULT get_FeatureWeight(
  acLabelWeight* Weight
);
[C++]
HRESULT put_FeatureWeight(
  acLabelWeight Weight
);
[C++]
Parameters
Weight [out, retval]

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

Product Availability

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

See Also

IACLabelRenderer Interface