ESRI.ArcGIS.ADF.IMS
FeatureWeight Property
See Also  Send Feedback
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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.