ArcFM Desktop Developer Guide
Run Method (MainApp)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Defines the object that will be used to handle application initialization and layout persistence.
Defines the main entry point to start an application using this framework.
Syntax
'Declaration
 
Public Shared Sub Run( _
   ByVal layoutManager As LayoutManager _
) 
'Usage
 
Dim layoutManager As LayoutManager
 
MainApp.Run(layoutManager)
public static void Run( 
   LayoutManager layoutManager
)

Parameters

layoutManager
Defines the object that will be used to handle application initialization and layout persistence.
Remarks
This is the method called to begin operation of a windows application based on this framework. The first parameter specifies the layout manager to use to create the various objects of the program and establish the display layout.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

MainApp Class
MainApp Members

 

 


Send Comment