ESRI.ArcGIS.ADF.Web.UI.WebControls
InitializeFunctionalities Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Map Class : InitializeFunctionalities Method




Creates and initialzies functionalities in the Map, if required.

Syntax

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

Remarks

Initialization of functionalities retrieves the data required to use the map functionalities and populates the functionality objects with the required information.

As of the Service Pack 1 of the 9.2 version of the Web ADF, initialization does not necessarily take place on every page postback or callback. Before accessing and using functionalities, you should ensure they are initialized.

Initialization causes the Web ADF page to contact the GIS server that provides the services used. This takes time and consumes network and server resources. Hence, you should only initialize functionalities that you will actually work with during that callback or postback. If you only need to use one (or few) functionalities, call InitializeFunctionality() for the individual item, rather than initializing all functionalities with InitializeFunctionalities.

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.