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( AgETrackModeType TrackModeType, AgEBoresightType AboutBoresightType, string TargetPath ); |
[Managed C++] |
---|
public: IAgSnPtTargeted^ SetPointingTargetedTracking( AgETrackModeType TrackModeType, AgEBoresightType AboutBoresightType, String __gc ^ TargetPath ); |
[Unmanaged C++] |
---|
public: HRESULT SetPointingTargetedTracking( AgETrackModeType TrackModeType, AgEBoresightType AboutBoresightType, BSTR TargetPath, IAgSnPtTargeted ** ppIAgSnPtTargeted ); |
[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] | ||
---|---|---|
|