ESRI.ArcGIS.ADF.ArcGISServer
FindSRByWKIDAsync(String,Int32,Int32,Boolean,Boolean) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GeometryServerProxy Class > FindSRByWKIDAsync Method : FindSRByWKIDAsync(String,Int32,Int32,Boolean,Boolean) Method




authority
WKID
WKID_Z
DefaultXYResolution
DefaultXYTolerance

Syntax

Visual Basic (Declaration) 
Public Overloads Sub FindSRByWKIDAsync( _
   ByVal authority As String, _
   ByVal WKID As Integer, _
   ByVal WKID_Z As Integer, _
   ByVal DefaultXYResolution As Boolean, _
   ByVal DefaultXYTolerance As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As GeometryServerProxy
Dim authority As String
Dim WKID As Integer
Dim WKID_Z As Integer
Dim DefaultXYResolution As Boolean
Dim DefaultXYTolerance As Boolean
 
instance.FindSRByWKIDAsync(authority, WKID, WKID_Z, DefaultXYResolution, DefaultXYTolerance)
C# 
public void FindSRByWKIDAsync( 
   string authority,
   int WKID,
   int WKID_Z,
   bool DefaultXYResolution,
   bool DefaultXYTolerance
)

Parameters

authority
WKID
WKID_Z
DefaultXYResolution
DefaultXYTolerance

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.