ESRI.ArcGIS.ADF.Web.DataSources.IMS
ApplySettingsToIMSImageDescriptor Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources.IMS Namespace > Converter Class : ApplySettingsToIMSImageDescriptor Method




imageDescriptor
An ArcIMS ImageDescriptor.
newSettings
A Web ADF ImageDescriptor from which to copy settings.
Copies the values from the Web ADF ImageDescriptor to an ArcIMS ImageDescriptor.

Syntax

Visual Basic (Declaration) 
Public Shared Sub ApplySettingsToIMSImageDescriptor( _
   ByVal imageDescriptor As ESRI.ArcGIS.ADF.IMS.Carto.ImageDescriptor, _
   ByVal newSettings As ESRI.ArcGIS.ADF.Web.ImageDescriptor _
) 
Visual Basic (Usage)Copy Code
Dim imageDescriptor As ESRI.ArcGIS.ADF.IMS.Carto.ImageDescriptor
Dim newSettings As ESRI.ArcGIS.ADF.Web.ImageDescriptor
 
Converter.ApplySettingsToIMSImageDescriptor(imageDescriptor, newSettings)
C# 
public static void ApplySettingsToIMSImageDescriptor( 
   ESRI.ArcGIS.ADF.IMS.Carto.ImageDescriptor imageDescriptor,
   ESRI.ArcGIS.ADF.Web.ImageDescriptor newSettings
)

Parameters

imageDescriptor
An ArcIMS ImageDescriptor.
newSettings
A Web ADF ImageDescriptor from which to copy settings.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.