ArcGIS Runtime SDK for WPF - Library Reference
Initialize Method
See Also 
ESRI.ArcGIS.Client Namespace > ArcGISRuntime Class : Initialize Method

Initializes the runtime deployment.

Syntax

Visual Basic (Declaration) 
Public Shared Sub Initialize() 
C# 
public static void Initialize()

Remarks

When the Initialize method is called, the API will look for a valid runtime deployment as specified in the InstallPath property. The initialization will also validate the license string(s) provided in the SetLicense method call. An exception will be thrown if there are errors during Initialization.

Exceptions

ExceptionDescription
System.ExceptionThrown when a problem is encountered during initialization of the runtime deployment.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.