ArcObjects Library Reference (Display)  

IDisplayAdmin.UsesFilter Property

Indicates if the current object draws using a filter.

[Visual Basic .NET]
Public ReadOnly Property UsesFilter As Boolean
[C#]
public bool UsesFilter {get;}
[C++]
HRESULT get_UsesFilter(
  VARIANT_BOOL* UsesFilter
);
[C++]

Parameters

UsesFilter [out, retval]   UsesFilter is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The UsesFilter property returns true when the object in question will draw with a filter.  Drawing with a filter means means that an object that would normally draw as vector graphics will instead draw as raster.  The UsesFilter property is particularly useful for detecting vector map layers that will be rasterized at time of print or export.

See Also

IDisplayAdmin Interface