ITerrain3DArrow80
This interface gives the client access to the 3D arrow object.
|
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 arrow. |
|
|
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 and sets the height of the 3-dimensional arrow, in the units set by ISGWorld. SetOptionParam. |
|
|
Gets the ID of the object. (Inherited from ITerraExplorerObject80) |
|
|
An ILineStyle80 representing the style of the arrow outline. |
|
|
An IMessageObject80 representing the message object assigned to the 3D arrow object. |
|
|
Gets an enum that identifies the type of the object. (Inherited from ITerraExplorerObject80) |
|
|
An IPosition80 representing the position and orientation of the arrow 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, represented in the coordinate system’s units. |
|
|
Gets and sets the North-South coordinate of the end of the arrow’s tail, represented in the coordinate system’s units. |
|
|
An ITerrainObject80 representing the arrow’s terrain properties including draw order and ground object status. |
|
|
An ITimeSpan80 |
|
|
An ITooltip80 |
|
|
An ITreeItem80 representing details about the representation of the arrow 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) |
Height
Gets and sets the height of the 3-dimensional arrow, in the units set by ISGWorld.SetOptionParam.
JavaScript |
|
|
|
Height |
C# |
|
|
|
double Height { get; set; } |
C++ |
|
|
|
HRESULT Height([out, retval] double* pVal) HRESULT Height([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 the coordinate system’s units.
JavaScript |
|
|
|
TailY |
C# |
|
|
|
double TailY { get; set; } |
C++ |
|
|
|
|
HRESULT TailY([out, retval] double* pVal) HRESULT TailY([in] double pVal) |