ESRI.ArcGIS.ADF.IMS | |
InitializationParameters Property | |
See Also |
ESRI.ArcGIS.ADF.IMS.Carto Namespace > MapService Class : InitializationParameters Property |
Visual Basic (Declaration) | |
---|---|
Public Property InitializationParameters As InitializationParameters |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public InitializationParameters InitializationParameters {get; set;} |
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.