AGI STK Objects 11 Send 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
);

[Java]
public bool isAnyTrackInFOV(
Variant Time
);

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

Parameters

Time

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface