Provides access to members that are common to all scale filter objects.
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.
Members
Description | ||
---|---|---|
![]() |
Description | The description of the scale filter. |
![]() |
FieldNameSet | An optional property set that maps expected field names to physical field names. |
![]() |
IsEnabled | Indicates whether the filter is currently enabled. |
![]() |
IsVisible | Tests the specified feature and the specified map scale to determine if the feature should be drawn. |
![]() |
MaximumScale | Indicates the largest map scale acceptable to the filter. |
![]() |
MaximumValue | Indicates the largest value acceptable to the filter. |
![]() |
MinimumScale | Indicates the smallest map scale acceptable to the filter. |
![]() |
MinimumValue | Indicates the smallest value acceptable to the filter. |
![]() |
Name | The name of the scale filter. |
![]() |
Size | The size of any cached graphics drawn using this filter. |
![]() |
SizeIsRatio | Indicates whether the filter's specified size is in geometry units or is a ratio of map height. |
![]() |
ValidValues | The method returns an array of values that are valid for the filter. |
CoClasses that implement IScaleFilter
CoClasses and Classes | Description |
---|---|
EchelonScaleFilter | A scale filter that compares a graphic's echelon to its own echelon range to determine if the graphic should be drawn. |
Remarks
Scale filter objects can be used to control the visibility of cached graphics based on a range of map scales and a range of attribute values.