Home > All Other Interfaces > IContainers

IContainers6

In addition to TerraExplorer’s four standard containers: 3D Window, Project Tree, Navigation Map, and Message Bar, new containers can be created to display information or to contain custom tools. The IContainers6 interface exposes control over TerraExplorer application’s containers, enabling the client to create a new container or remove an old one.

 

 

Properties

 

Count

Returns the number of containers in the project.

Item

Returns the IContainerItem6 element in the specified zero based index.

 

Methods

 

AddContainer

Adds a new container.

GetContainer

Returns an interface to a container based on the container ID.

RemoveContainer

Removes a specified container.