ITerrainLocation81 

The location object (created via the ICreator81.CreateLocation) is derived from this interface. In the case of the location object, no actual object is visible at the location’s point of interest (unless the client/user has placed a “real” object at that coordinate). Using the Position property of this interface allows the user to control the location’s position on the terrain. In addition, this interface defines a distance from which the location is viewed when flying to it (or circling it, for example). as well as the operation that takes place once the user clicks on the location item in the Project Tree.

 

 

Properties

 

Action

An IAction81 representing an action that can be performed on the location.

ID

Gets the ID of the location. (Inherited from ITerraExplorerObject81)

Message

An IMessageObject81 representing the message object assigned to the object.

ObjectType

Gets an enum that identifies the type of the object. (Inherited from ITerraExplorerObject81)

Position

An IPosition81 representing the position and orientation of the location on the terrain.

SaveInFlyFile

Gets and sets a Boolean that determines whether the location is saved in the Fly file. (Inherited from ITerraExplorerObject81)

TreeItem

An ITreeItem81 describing the representation of the location in the Project Tree.

 

Methods

 

GetClientData

Gets an array of text strings assigned to each object global namespace. (Inherited from ITerraExplorerObject81)

GetParam

Reserved. Currently not used. (Inherited from ITerraExplorerObject81)

SetClientData

Sets an array of text strings assigned to each object global namespace. (Inherited from ITerraExplorerObject81)

SetParam

Reserved. Currently not used. (Inherited from ITerraExplorerObject81)