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

See Also

© 2010 All Rights Reserved.