ITerrainLabel
A label object can have text, images or both. For more information about TerraExplorer's labels, see "Text and Image Labels" in the TerraExplorer User Manual.
|
Properties |
|
|
Returns an IAction representing the operation that takes place when the object is clicked in the Project Tree. (Inherited from ITerrainImageLabel) |
|
|
An IAttachment representing the attachment behavior of the label. (Inherited from ITerrainImageLabel) |
|
|
Gets the ID of the label. |
|
|
Gets and sets a full pathname or a URL to the image file that appears in the background of the text. (Inherited from ITerrainImageLabel) |
|
|
An IMessageObject representing the message object assigned to the object. (Inherited from ITerrainImageLabel) |
|
|
Gets an enum that identifies the type of the object. |
|
|
An IPosition representing the position and orientation of the label on the terrain. (Inherited from ITerrainImageLabel) |
|
|
Gets and sets a Boolean that determines whether the label is saved in the Fly file. |
|
|
An ILabelStyle representing the label’s style. (Inherited from ITerrainImageLabel) |
|
|
An ITerrainObject representing terrain properties including draw order and ground object status. (Inherited from ITerrainImageLabel) |
|
|
Gets and sets the text that appears in the label. |
|
|
An ITimeSpan |
|
|
An ITooltip |
|
|
An ITreeItem representing details about the representation of the label in the Project Tree. (Inherited from ITerrainImageLabel) |
|
|
An IVisibility |
|
|
Methods |
|
|
Gets an array of text strings assigned to each object global namespace. (Inherited from ITerraExplorerObject) |
|
|
GetParam |
Reserved. Currently not used. (Inherited from ITerraExplorerObject) |
|
Sets an array of text strings assigned to each object global namespace. (Inherited from ITerraExplorerObject) |
|
|
SetParam |
Reserved. Currently not used. (Inherited from ITerraExplorerObject) |
Text
Gets and sets the text that appears in the label.
JavaScript |
|
|
|
Text |
C# |
|
|
|
string Text { get; set; } |
C++ |
|
|
|
HRESULT Text([out, retval] BSTR* pVal) HRESULT Text([in] BSTR pVal) |