ESRI.ArcGIS.ADF.ArcGISServer
DefaultResamplingMethod Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > ImageServiceInfo Class : DefaultResamplingMethod Property




Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
Public Property DefaultResamplingMethod As rstResamplingTypes
Visual Basic (Usage)Copy Code
Dim instance As ImageServiceInfo
Dim value As rstResamplingTypes
 
instance.DefaultResamplingMethod = value
 
value = instance.DefaultResamplingMethod
C# 
[XmlElementAttribute(XmlSchemaForm.Unqualified)]
public rstResamplingTypes DefaultResamplingMethod {get; set;}

See Also

© 2010 All Rights Reserved.