STK ObjectsSend comments on this topic.
IsTrackInFOV Method (IAgMtoAnalysisFieldOfView)
See Also
TrackId
Time
Windows





Windows & Linux

Description

Returns true is the track is in the field of view of the sensor at the given time.

Syntax

[Visual Basic .NET]
Public Function IsTrackInFOV( _
    ByVal TrackId As Integer, _
    ByVal Time As System.Object _
) As Boolean
[C#]
public bool IsTrackInFOV(
    int TrackId,
    System.Object Time
);
[Managed C++]
public: bool IsTrackInFOV(
    int TrackId,
    VARIANT Time
);
[Unmanaged C++]
public: HRESULT IsTrackInFOV(
    int TrackId,
    VARIANT Time,
    VARIANT_BOOL * pRetVal
);
[Java]
public bool isTrackInFOV(
    Integer TrackId,
    AgVariant Time
);
[Python - STK API ]
def IsTrackInFOV(self, TrackId:int, Time:typing.Any) -> bool:

Parameters

TrackId
Time

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.