ITerrainArrow80
2D arrow objects implement this interface. In contrast with other 2D objects (such as polylines or rectangles), this object does not allow the ATC_TERRAIN_RELATIVE altitude type code (that is set using the Position property. This means that arrows are positioned either on the same plane as their pivots, or on the terrain.
|
Properties |
|
|
An IAction80 representing the operation that takes place when the object is clicked in the Project Tree. |
|
|
An IAttachment80 representing the attachment behavior of the arrow. |
|
|
An IFillStyle80 representing the fill color and texture of the object. |
|
|
Gets and sets the West-East coordinate of the tip of the arrow’s head. |
|
|
Gets and sets the North-South coordinate of the tip of the arrow’s head. |
|
|
Gets the ID of the object. (Inherited from ITerraExplorerObject80) |
|
|
An ILineStyle80 representing the style of the object outline. |
|
|
An IMessageObject80 representing the message object assigned to the object. |
|
|
Gets an enum that identifies the type of the object. (Inherited from ITerraExplorerObject80) |
|
|
An IPosition80 representing the position and orientation of the object on the terrain. |
|
|
Gets and sets a Boolean that determines whether the object is saved in the Fly file. (Inherited from ITerraExplorerObject80) |
|
|
Gets and sets the shape of the arrow. |
|
|
Gets and sets the West-East coordinate of the tip of the arrow’s tail. |
|
|
Gets and sets the North-South coordinate of the end of the arrow’s tail. |
|
|
An ITerrainObject80 representing terrain properties including draw order and ground object status. |
|
|
An ITimeSpan80 |
|
|
An ITooltip80 |
|
|
An ITreeItem80 representing details about the representation of the object in the Project Tree. |
|
|
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) |
HeadX
Gets and sets the West-East coordinate of the tip of the arrow’s head, represented in the coordinate system’s units.
JavaScript |
|
|
|
HeadX |
C# |
|
|
|
double HeadX { get; set; } |
C++ |
|
|
|
HRESULT HeadX([out, retval] double* pVal) HRESULT HeadX([in] double pVal) |
HeadY
Gets and sets the North-South coordinate of the tip of the arrow’s head, represented in the coordinate system’s units.
JavaScript |
|
|
|
HeadY |
C# |
|
|
|
double HeadY { get; set; } |
C++ |
|
|
|
HRESULT HeadY([out, retval] double* pVal) HRESULT HeadY([in] double pVal) |
Style
Gets and sets the shape of the arrow. This can be one of the following values:
JavaScript |
|
|
|
Style |
C# |
|
|
|
int Style { get; set; } |
C++ |
|
|
|
HRESULT Style([out, retval] long* pVal) HRESULT Style([in] long pVal) |
TailX
Gets and sets the West-East coordinate of the tip of the arrow’s tail, represented in the coordinate system’s units.
JavaScript |
|
|
|
TailX |
C# |
|
|
|
double TailX { get; set; } |
C++ |
|
|
|
HRESULT TailX([out, retval] double* pVal) HRESULT TailX([in] double pVal) |
TailY
Gets and sets the North-South coordinate of the end of the arrow’s tail, represented in coordinate system units.
JavaScript |
|
|
|
TailY |
C# |
|
|
|
double TailY { get; set; } |
C++ |
|
|
|
|
HRESULT TailY([out, retval] double* pVal) HRESULT TailY([in] double pVal) |