This document is archived and information here might be outdated.  Recommended version.


IDisplayAdmin.UsesFilter Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDisplayAdmin Interface > IDisplayAdmin.UsesFilter Property
ArcGIS Developer Help

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(
  Boolean* UsesFilter
);
[C++]
Parameters
UsesFilter [out, retval]

UsesFilter is a parameter of type 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