ESRI.ArcGIS.ADF.Web.DataSources.IMS
Initialize Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.IMS Namespace > MapFunctionality Class : Initialize Method




Initializes the map functionality.

Syntax

Visual Basic (Declaration) 
Public Sub Initialize() 
Visual Basic (Usage)Copy Code
Dim instance As MapFunctionality
 
instance.Initialize()
C# 
public void Initialize()

Remarks

Functionalities must be initialized before they can be used to do work that requires the services of the GIS server. Check the Initialized property for whether the functionality has been initialized. For a discussion of resource initialization in the Web ADF, see the topic "Resource Initialization" in the page Working with resources and functionalities in the Developer Help.

See Also

© 2010 All Rights Reserved.