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





Windows & Linux

Description

Returns true if all tracks are in the field of view of the sensor at the given time.

Syntax

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

Parameters

Time

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.