Sets the pointing method to Targeted with Tracking.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgSnPtTargeted SetPointingTargetedTracking( AgETrackModeType TrackModeType, AgEBoresightType AboutBoresightType, string TargetPath ); |
| [Managed C++] |
|---|
public: IAgSnPtTargeted^ SetPointingTargetedTracking( AgETrackModeType TrackModeType, AgEBoresightType AboutBoresightType, String __gc ^ TargetPath ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgSnPtTargeted setPointingTargetedTracking( AgETrackModeType TrackModeType, AgEBoresightType AboutBoresightType, String TargetPath ); |
[Python - STK API ] |
|---|
def SetPointingTargetedTracking(self, TrackModeType:"AgETrackModeType", AboutBoresightType:"AgEBoresightType", TargetPath:str) -> "IAgSnPtTargeted": |
- TrackModeType
- AboutBoresightType
- TargetPath
Define targeted sensor pointing
| [C#] | ||
|---|---|---|
| ||
Define targeted sensor pointing
| [Visual Basic .NET] | ||
|---|---|---|
| ||






