ITerrainArc81
The arc object is similar to the ellipse object but with the additional ability to set start and end angles that define the arc.
|
Properties |
|
|
An IAction81 representing the operation that takes place when the object is clicked in the Project Tree. |
|
|
An IAttachment81 representing the attachment behavior of the arc. |
|
|
Gets and sets the angle at which the arc ends. |
|
|
An IFillStyle81 representing the fill color and texture of the object. |
|
|
Gets the ID of the object. (Inherited from ITerraExplorerObject81) |
|
|
An ILineStyle81 representing the style of the object outline. |
|
|
An IMessageObject81 representing the message object assigned to the object. |
|
|
Gets and sets the number of segments the arc has. |
|
|
Gets an enum that identifies the type of the object. (Inherited from ITerraExplorerObject81) |
|
|
An IPosition81 representing the position and orientation of the object on the terrain. |
|
|
Gets and sets the radius of the arc. |
|
|
Gets and sets the radius of the ellipse along its North-South axis. |
|
|
Gets and sets a Boolean that determines whether the object is saved in the Fly file. (Inherited from ITerraExplorerObject81) |
|
|
Gets and sets the starting angle of the arc. |
|
|
An ITerrainObject81 representing terrain properties including draw order and ground object status. |
|
|
An ITimeSpan81 |
|
|
An ITooltip81 |
|
|
An ITreeItem81 describing the representation of the object in the Project Tree. |
|
|
An IVisibility81 |
|
|
Methods |
|
|
Gets an array of text strings assigned to each object global namespace. (Inherited from ITerraExplorerObject81) |
|
|
GetParam |
Reserved. Currently not used. (Inherited from ITerraExplorerObject81) |
|
Sets an array of text strings assigned to each object global namespace. (Inherited from ITerraExplorerObject81) |
|
|
SetParam |
Reserved. Currently not used. (Inherited from ITerraExplorerObject81) |
EndAngle
Gets and sets the angle at which the arc ends. The arc is built going clockwise. The StartAngle and EndAngle are relative to the arc’s yaw and not to the North. Choosing a StartAngle of –90 degrees and an EndAngle of 90 degrees always gives you the upper half of an ellipse regardless of the direction that the arc is aligned to.
JavaScript |
|
|
|
EndAngle |
C# |
|
|
|
double EndAngle { get; set; } |
C++ |
|
|
|
HRESULT EndAngle([out, retval] double* pVal) HRESULT EndAngle([in] double pVal) |
NumberOfSegments
Gets and sets the number of segments the arc has. The more segments, the smoother and more circular it appears.
JavaScript |
|
|
|
NumberOfSegments |
C# |
|
|
|
int NumberOfSegments { get; set; } |
C++ |
|
|
|
HRESULT NumberOfSegments([out, retval] long* pVal) HRESULT NumberOfSegments([in] long pVal) |
Radius
Gets and sets the radius of the arc in meters.
JavaScript |
|
|
|
Radius |
C# |
|
|
|
double Radius { get; set; } |
C++ |
|
|
|
HRESULT Radius([out, retval] double* pVal) HRESULT Radius([in] double pVal) |
Radius2
Gets and sets the radius of the ellipse along its North-South axis, in meters.
JavaScript |
|
|
|
Radius2 |
C# |
|
|
|
double Radius2 { get; set; } |
C++ |
|
|
|
HRESULT Radius2([out, retval] double* pVal) HRESULT Radius2([in] double pVal) |
StartAngle
Gets and sets the starting angle of the arc. The arc is built going clockwise.
JavaScript |
|
|
|
StartAngle |
C# |
|
|
|
double StartAngle { get; set; } |
C++ |
|
|
|
|
HRESULT StartAngle([out, retval] double* pVal) HRESULT StartAngle([in] double pVal) |