ESRI.ArcGIS.ADF.ArcGISServer
GetSupportedImageReturnTypes Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > MapServerProxy Class : GetSupportedImageReturnTypes Method




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 GetSupportedImageReturnTypes() As esriImageReturnType
Visual Basic (Usage)Copy Code
Dim instance As MapServerProxy
Dim value As esriImageReturnType
 
value = instance.GetSupportedImageReturnTypes()
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 esriImageReturnType GetSupportedImageReturnTypes()

See Also

© 2010 All Rights Reserved.