ESRI.ArcGIS.ADF.Local
UsesFilter Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.BaseClasses Namespace > BaseCustomLayer Class : UsesFilter Property




Specifies whether or not the layer uses a filter.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property UsesFilter As Boolean
Visual Basic (Usage)Copy Code
Dim instance As BaseCustomLayer
Dim value As Boolean
 
value = instance.UsesFilter
C# 
public bool UsesFilter {get;}

Remarks

This indicates that the layer will be rasterized in Map draw. Override this method in your inheriting class if your layer draws symbols that will rasterize or if you draw rasters. Transparent layers are always rasterized

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.