ESRI.ArcGIS.ADF.IMS
InitializationParameters Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS.Carto Namespace > MapService Class : InitializationParameters Property




Information that is sent to the ArcIMS Service when Initialize is called.

Syntax

Visual Basic (Declaration) 
Public Property InitializationParameters As InitializationParameters
Visual Basic (Usage)Copy Code
Dim instance As MapService
Dim value As InitializationParameters
 
instance.InitializationParameters = value
 
value = instance.InitializationParameters
C# 
public InitializationParameters InitializationParameters {get; set;}

Example

Remarks

This object defines which aspects of the map service are loaded when the MapService is initialized. To minimize on the load on the server, set properties for unneeded information to false within InitializationParameters.

This is the only property of MapService which can be set. Normally setting this property is not necessary, unless you intend to re-initialize the MapService in order to create a new MapView or LayoutView.

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.