The ITerrainDynamicObject61 interface gives the client access to the TerraExplorer dynamic object. Using this object, the client can create a pre-defined set of waypoints that the object will then follow (within the given parameters).
| 
 | Properties | 
 | 
| 
 | The acceleration, in meter per second² of the object. | |
| 
 | An IAction61 representing the operation that takes place when the object is clicked in the Project Tree. | |
| 
 | An enum determining how the waypoint heights are interpreted. | |
| 
 | An IAttachment61 representing the attachment behavior of the object. | |
| 
 | An IColor61 representing the background color. | |
| 
 | Determines if the object automatically, immediately restarts the route. | |
| 
 | A text string assigned to each object global namespace. C# exposes this property as get_ClientData and set_ClientData. (Inherited from ITerraExplorerObject61) | |
| 
 | An enum that determines the object type. | |
| 
 | A full path name or a URL to a model or an image file that this object should use. | |
| 
 | Determines whether the model’s textures are automatically flipped. | |
| 
 | The name of the font. (valid only for DYNAMIC_TEXT_LABEL type) | |
| 
 | The size of the text, from 8 to 72 points. (valid only for DYNAMIC_TEXT_LABEL type) | |
| 
 | The font style of the text. (valid only for DYNAMIC_TEXT_LABEL type) | |
| 
 | The ID of the object. (Inherited from ITerraExplorerObject61) | |
| 
 | An IMessageObject61 representing the message object triggered when the user double-clicks the object’s Project Tree entry. | |
| 
 | Determines the characteristics of the object’s motion. | |
| 
 | An enum that identifies the type of the object. (Inherited from ITerraExplorerObject61) | |
| 
 | Determines if the object pauses in the middle of its route. | |
| 
 | An IPosition61 representing the position and orientation of the object on the terrain. | |
| 
 | A Boolean that determines whether the object is saved in the Fly file. (Inherited from ITerraExplorerObject61) | |
| 
 | Determines the dimensions, in meters per pixel, of the object. | |
| 
 | An IShadow61 representing the object shadow. | |
| 
 | An ITerrainObject61 representing terrain properties including draw order and ground object status. | |
| 
 | The text of the label that follows the dynamic object route. (valid only for DYNAMIC_TEXT_LABEL type) | |
| 
 | An IColor61 representing the text color. | |
| 
 | An ITimeSpan61 representing the timespan in which the object is visible on the terrain. | |
| 
 | An ITooltip61 representing the tooltip that displays when a mouse cursor is placed over the object in the 3D Window. | |
| 
 | An ITreeItem61 describing the representation of the object in the Project Tree. | |
| 
 | The turn speed of the object in degrees per second. | |
| 
 | An IVisibility61 representing the visibility of the object at different distances, as well as visibility of the object in TerraExplorer Basic Viewer. | |
| 
 | An IRouteWaypoints61 representing the dynamic route’s waypoints. | |
| 
 | Methods | 
 | 
| 
 | This method is exposed only in C#. To use from C++ or JavaScript use the ClientData property. (Inherited from ITerraExplorerObject61) | |
| 
 | Reserved. Currently not used. (Inherited from ITerraExplorerObject61) | |
| 
 | Resets the object position to the given waypoint index. | |
| 
 | This method is exposed only in C#. To use from C++ or JavaScript use the ClientData property. (Inherited from ITerraExplorerObject61) | |
| 
 | Reserved. Currently not used. (Inherited from ITerraExplorerObject61) |