AGI STK Objects 11Send 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 
[C#]
public bool AreAllTracksInFOV(
    System.Object Time
);
[Managed C++]
public: bool AreAllTracksInFOV(
    VARIANT Time
);
[Java]
public bool areAllTracksInFOV(
    VARIANT Time
);
[Unmanaged C++]
public: HRESULT AreAllTracksInFOV(
    VARIANT Time,
    VARIANT_BOOL * pRetVal
);

Parameters

Time

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.