ESRI.ArcGIS.ADF.IMS | |
FeatureWeight Property | |
See Also |
ESRI.ArcGIS.ADF.IMS.Display.Renderer Namespace > LabelRenderer Class : FeatureWeight Property |
Visual Basic (Declaration) | |
---|---|
Public Property FeatureWeight As Weight |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Weight FeatureWeight {get; set;} |
For an example of using this property, see the
SimpleLabelRenderer overview.
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.