Gets a value indicating whether the Filter will be used to perform a spatial query.

Namespace:  ESRI.ArcGISExplorer.Data

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public bool IsSpatial { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsSpatial As Boolean

Field Value

trueTruetruetrue (True in Visual Basic) if the Filter represents a spatial query (i.e. a search Geometry has been specified) ; otherwise, falseFalsefalsefalse (False in Visual Basic).

See Also