ArcObjects Library Reference (DefenseSolutions)  

IScaleFilter Interface

Provides access to members that are common to all scale filter objects.

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

Members

Description
Read-only property Description The description of the scale filter.
Write-only property FieldNameSet An optional property set that maps expected field names to physical field names.
Read/write property IsEnabled Indicates whether the filter is currently enabled.
Method IsVisible Tests the specified feature and the specified map scale to determine if the feature should be drawn.
Read/write property MaximumScale Indicates the largest map scale acceptable to the filter.
Read/write property MaximumValue Indicates the largest value acceptable to the filter.
Read/write property MinimumScale Indicates the smallest map scale acceptable to the filter.
Read/write property MinimumValue Indicates the smallest value acceptable to the filter.
Read/write property Name The name of the scale filter.
Read/write property Size The size of any cached graphics drawn using this filter.
Read/write property SizeIsRatio Indicates whether the filter's specified size is in geometry units or is a ratio of map height.
Read-only property 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.