ESRI.ArcGIS.ADF.IMS
FeatureWeight Property
See Also 
ESRI.ArcGIS.ADF.IMS.Display.Renderer Namespace > LabelRenderer Class : FeatureWeight Property




Gets or sets the priority of the features.

Syntax

Visual Basic (Declaration) 
Public Property FeatureWeight As Weight
Visual Basic (Usage)Copy Code
Dim instance As LabelRenderer
Dim value As Weight
 
instance.FeatureWeight = value
 
value = instance.FeatureWeight
C# 
public Weight FeatureWeight {get; set;}

Example

For an example of using this property, see the SimpleLabelRenderer overview.

Remarks

Prioritizes the importance of features. The feature weight determines how important the feature labeled is for the label placement algorithm. If No_Weight is specified, then the feature has no importance and can be labeled over. If High_Weight is specified, then the feature has high importance and cannot be labeled over. Giving importance to features increases the complexity of the labeling problem and also the processing time.

Default is No_Weight.

See Also

© 2010 All Rights Reserved.