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