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





Windows & Linux

Description

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

Syntax

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

Parameters

Time

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.