ESRI.ArcGIS.ADF.ArcGISServer
BeginFindSRByWKID Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GeometryServerProxy Class : BeginFindSRByWKID Method




authority
WKID
WKID_Z
DefaultXYResolution
DefaultXYTolerance
callback
asyncState

Syntax

Visual Basic (Declaration) 
Public Function BeginFindSRByWKID( _
   ByVal authority As String, _
   ByVal WKID As Integer, _
   ByVal WKID_Z As Integer, _
   ByVal DefaultXYResolution As Boolean, _
   ByVal DefaultXYTolerance As Boolean, _
   ByVal callback As AsyncCallback, _
   ByVal asyncState As Object _
) As IAsyncResult
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
Dim callback As AsyncCallback
Dim asyncState As Object
Dim value As IAsyncResult
 
value = instance.BeginFindSRByWKID(authority, WKID, WKID_Z, DefaultXYResolution, DefaultXYTolerance, callback, asyncState)
C# 
public IAsyncResult BeginFindSRByWKID( 
   string authority,
   int WKID,
   int WKID_Z,
   bool DefaultXYResolution,
   bool DefaultXYTolerance,
   AsyncCallback callback,
   object asyncState
)

Parameters

authority
WKID
WKID_Z
DefaultXYResolution
DefaultXYTolerance
callback
asyncState

See Also

© 2010 All Rights Reserved.