IContainers80

In addition to TerraExplorer’s four standard containers: 3D Window, Project Tree and Message Bar, new containers can be created to display information or to contain custom tools. The IContainers80 interface gives the client access to all of TerraExplorer application’s containers, enabling the client to create a new container or remove an old one.

 

 

Properties

 

Count

Gets the number of containers in the project.

Item

Gets the IContainerItem80 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.