Return an array of track ids and boolean values.
[Visual Basic .NET] |
---|
Public Function AreTracksInFOV( _ ByVal AnyOrAll As AgEMtoTrackEval, _ ByRef Tracks As System.Array, _ ByVal Time As System.Object _ ) As Boolean |
[C#] |
---|
public bool AreTracksInFOV( |
[Managed C++] |
---|
public: bool AreTracksInFOV( |
[Java] |
---|
public bool areTracksInFOV( |
[Unmanaged C++] |
---|
public: HRESULT AreTracksInFOV( |
- AnyOrAll
Member Value Description eMtoTrackEvalAll 0 Returns 1 if every track is within range otherwise it returns 0. eMtoTrackEvalAny 1 Returns 1 if any track is in range of the Object, (ie, lowerLimit <= range <= upperLimit) else returns 0. - Tracks
- Time
Compute MTO field of view
[C#] | ![]() | |
---|---|---|
|
Compute MTO field of view
[Visual Basic .NET] | ![]() | |
---|---|---|
|