AGI STK Objects 11 Send comments on this topic.
AreAllTracksInFOV Method (IAgMtoAnalysisFieldOfView)
See Also 
Time





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
);

[Java]
public bool areAllTracksInFOV(
Variant Time
);

[Unmanaged C++]
public: HRESULT AreAllTracksInFOV(
VARIANT Time,
VARIANT_BOOL * ReturnValue
);

Parameters

Time

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1