Returns true if any track in the array is
visible to the object.
[Visual Basic .NET] |
---|
Public Function AreTracksInRange( _
ByVal AllOrAny As AgEMtoTrackEval, _
ByRef TrackIds As System.Array, _
ByVal Time As System.Object _
) As Boolean
|
[C#] |
---|
public bool AreTracksInRange(
|
[Managed C++] |
---|
public: bool AreTracksInRange(
|
[Java] |
---|
public bool areTracksInRange(
|
[Unmanaged C++] |
---|
public: HRESULT AreTracksInRange(
|
- AllOrAny
-
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. - TrackIds
- Time