Returns true if any track in the array is visible to the object.
[Visual Basic .NET] |
---|
Public Function AreTracksVisible( _ ByVal Eval As AgEMtoTrackEval, _ ByRef TrackIds As System.Array, _ ByVal Time As System.Object _ ) As Boolean |
[C#] |
---|
public bool AreTracksVisible( |
[Managed C++] |
---|
public: bool AreTracksVisible( |
[Java] |
---|
public bool areTracksVisible( |
[Unmanaged C++] |
---|
public: HRESULT AreTracksVisible( |
- Eval
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
Determine if all the specified tracks (i.e. a subset of the MTO tracks) are visible from the other STK Object at the specified time?
[C#] | ![]() | |
---|---|---|
|
Determine if all the specified tracks (i.e. a subset of the MTO tracks) are visible from the other STK Object at the specified time?
[Visual Basic .NET] | ![]() | |
---|---|---|
|