Home > All Other Interfaces > ITerraExplorerObject

ITerraExplorerObject6

This interface gives all of the objects that are derived from it a unique ID within TerraExplorer. The ID of the object is used, in many cases, as an argument to the methods of other interfaces, uniquely identifying the object on which that method should operate.

 

 

Properties

 

ClientData

A text string assigned to each object global namespace. C# exposes this property as get_ClientData and set_ClientData.

ID

The ID of the object.

ObjectType

An enum that identifies the type of the object.

SaveInFlyFile

A Boolean that determines whether the object is saved in the Fly file.

 

Methods

 

get_ClientData

This method is exposed only in C#. To use from C++ or JavaScript use the ClientData property.

GetParam

Reserved. Currently not used.

set_ClientData

This method is exposed only in C#. To use from C++ or JavaScript use the ClientData property.

SetParam

Reserved. Currently not used.