ESRI.ArcGIS.ADF.IMS
InitializationParameters Property
See Also 
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.

See Also

© 2010 All Rights Reserved.