Entry Point

Land Desktop Map 3D Samples

 
Entry Point
 
 
 

The FeatureExplorer command sets up and displays the form containing the FeatureExplorerControl control.

The FeatureExplorer command does the following:

  1. Calls the ShowFeatureExplorer method of the FeatureExplorerHost class.
  2. ShowsFeatureExplorer creates a PaletteSet object, which is a dockable AutoCAD window that serves as the container for the sample’s controls. The style, location, and size of the PaletteSet window is defined.
  3. ShowsFeatureExplorer then creates a FeatureExplorerControl object. This control is then placed in the PaletteSet.
  4. Makes the PaletteSet window visible.