ESRI.ArcGIS.ADF.ArcGISServer
FindSRByWKIDAsync(String,Int32,Int32,Boolean,Boolean) Method
See Also 
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

See Also

© 2010 All Rights Reserved.