Returns true if all tracks are in the field
of view of the sensor at the given time.
| [Visual Basic .NET] |
|---|
Public Function AreAllTracksInFOV( _
ByVal Time As System.Object _
) As Boolean
|
| [C#] |
|---|
public bool AreAllTracksInFOV(
|
| [Managed C++] |
|---|
public: bool AreAllTracksInFOV(
|
| [Java] |
|---|
public bool areAllTracksInFOV(
|
| [Unmanaged C++] |
|---|
public: HRESULT AreAllTracksInFOV(
|
- Time