Entry Point

Land Desktop Map 3D Samples

 
Entry Point
 
 
 

When you netload the BuildMap.dll, you cause the Initialize method of the AppEntry class in Commands.cs to run.

The Initialize method prints the message BuildMap sample application initialized. to the Map command-line. It creates an instance of the Commands class, which is also defined in Commands.cs. It then calls the CmdListCommand method on this instance.

The CmdListCommand method prints the other four lines of response text found in the command-line area.