Entry Point
The FeatureExplorer command sets up and displays the form containing the FeatureExplorerControl control.
The FeatureExplorer command does the following:
- Calls the ShowFeatureExplorer method of the FeatureExplorerHost class.
- 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.
- ShowsFeatureExplorer then creates a FeatureExplorerControl object. This control is then placed in the PaletteSet.
- Makes the PaletteSet window visible.