Sets the pointing method to Targeted with
Tracking.
[Visual Basic .NET] |
---|
Public Function SetPointingTargetedTracking( _
ByVal TrackModeType As AgETrackModeType, _
ByVal AboutBoresightType As AgEBoresightType, _
ByVal TargetPath As String _
) As IAgSnPtTargeted
|
[C#] |
---|
public IAgSnPtTargeted SetPointingTargetedTracking(
|
[Managed C++] |
---|
public: IAgSnPtTargeted^ SetPointingTargetedTracking(
|
[Java] |
---|
public IAgSnPtTargeted setPointingTargetedTracking(
|
[Unmanaged C++] |
---|
public: HRESULT SetPointingTargetedTracking(
|
- TrackModeType
-
Member Value Description eTrackModeReceive 0 Receive: the antenna is oriented slightly behind the current location of the other object. eTrackModeTransmit 1 Transmit: the antenna is oriented slightly ahead of the current location of the other object. eTrackModeTranspond 2 Transpond: the antenna points to the true location of the target object. - AboutBoresightType
-
Member Value Description eBoresightHold 0 Hold: rotation about the Y axis followed by rotation about the new X-axis. eBoresightLevel 1 Level: boresight is aligned with the line of sight to the target, while the sensor's x-axis is constrained to be in the plane parallel to the meridian plane passing through the target. eBoresightRotate 2 Rotate: rotation about the sensor's or antenna's Z axis by the azimuth angle, followed by rotation about the new Y axis by 90 degrees minus the elevation angle. - TargetPath
Define targeted
sensor pointing
[C#] | Copy Code | |
---|---|---|
|
Define targeted
sensor pointing
[Visual Basic .NET] | Copy Code | |
---|---|---|
|