ESRI.ArcGIS.Mobile
ValidateGeometry Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.FeatureCaching Namespace > QueryFilter Class : ValidateGeometry Method

geometry
Validates the geometry against the query filter. If the query filter, is not spatial then it will always return true.

Syntax

Visual Basic (Declaration) 
Public Function ValidateGeometry( _
   ByVal geometry As IGeometry _
) As Boolean
C# 
public bool ValidateGeometry( 
   IGeometry geometry
)

Parameters

geometry

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