ITerrainLabel80
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 IAction80 representing the operation that takes place when the object is clicked in the Project Tree. (Inherited from ITerrainImageLabel80) |
|
|
An IAttachment80 representing the attachment behavior of the label. (Inherited from ITerrainImageLabel80) |
|
|
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 ITerrainImageLabel80) |
|
|
An IMessageObject80 representing the message object assigned to the object. (Inherited from ITerrainImageLabel80) |
|
|
Gets an enum that identifies the type of the object. |
|
|
An IPosition80 representing the position and orientation of the label on the terrain. (Inherited from ITerrainImageLabel80) |
|
|
Gets and sets a Boolean that determines whether the label is saved in the Fly file. |
|
|
An ILabelStyle80 representing the label’s style. (Inherited from ITerrainImageLabel80) |
|
|
An ITerrainObject80 representing terrain properties including draw order and ground object status. (Inherited from ITerrainImageLabel80) |
|
|
Gets and sets the text that appears in the label. |
|
|
An ITimeSpan80 |
|
|
An ITooltip80 |
|
|
An ITreeItem80 representing details about the representation of the label in the Project Tree. (Inherited from ITerrainImageLabel80) |
|
|
An IVisibility80 |
|
|
Methods |
|
|
Gets an array of text strings assigned to each object global namespace. (Inherited from ITerraExplorerObject80) |
|
|
GetParam |
Reserved. Currently not used. (Inherited from ITerraExplorerObject80) |
|
Sets an array of text strings assigned to each object global namespace. (Inherited from ITerraExplorerObject80) |
|
|
SetParam |
Reserved. Currently not used. (Inherited from ITerraExplorerObject80) |
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) |