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




authority
WKID
WKID_Z
DefaultXYResolution
DefaultXYTolerance

Syntax

Visual Basic (Declaration) 
<SoapDocumentMethodAttribute(RequestNamespace="http://www.esri.com/schemas/ArcGIS/10.0", 
   ResponseNamespace="http://www.esri.com/schemas/ArcGIS/10.0", 
   Use=SoapBindingUse.Literal, 
   ParameterStyle=SoapParameterStyle.Wrapped)>
Public Function FindSRByWKID( _
   ByVal authority As String, _
   ByVal WKID As Integer, _
   ByVal WKID_Z As Integer, _
   ByVal DefaultXYResolution As Boolean, _
   ByVal DefaultXYTolerance As Boolean _
) As SpatialReference
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 value As SpatialReference
 
value = instance.FindSRByWKID(authority, WKID, WKID_Z, DefaultXYResolution, DefaultXYTolerance)
C# 
[SoapDocumentMethodAttribute(RequestNamespace="http://www.esri.com/schemas/ArcGIS/10.0", 
   ResponseNamespace="http://www.esri.com/schemas/ArcGIS/10.0", 
   Use=SoapBindingUse.Literal, 
   ParameterStyle=SoapParameterStyle.Wrapped)]
public SpatialReference FindSRByWKID( 
   string authority,
   int WKID,
   int WKID_Z,
   bool DefaultXYResolution,
   bool DefaultXYTolerance
)

Parameters

authority
WKID
WKID_Z
DefaultXYResolution
DefaultXYTolerance

See Also

© 2010 All Rights Reserved.