AGI STK Objects 11 Send comments on this topic.
ComputeTracks Method (IAgMtoAnalysisFieldOfView)
See Also 
Mode
Tracks
Time





Description

Return an array of track ids and boolean values.

Syntax

[Visual Basic .NET]
Public Function ComputeTracks( _
   ByVal Mode As AgEMtoVisibilityMode, _
   ByRef Tracks As System.Array, _
   ByVal Time As System.Object _
) As System.Array

[C#]
public System.Array ComputeTracks(
AgEMtoVisibilityMode Mode,
ref System.Array Tracks,
System.Object Time
);

[Managed C++]
public: System::Array ComputeTracks(
AgEMtoVisibilityMode Mode,
System::Array ^^ Tracks,
VARIANT Time
);

[Java]
public Object[] computeTracks(
AgEMtoVisibilityMode Mode,
Object[] Tracks,
Variant Time
);

[Unmanaged C++]
public: HRESULT ComputeTracks(
AgEMtoVisibilityMode Mode,
SAFEARRAY ** Tracks,
VARIANT Time,
SAFEARRAY ** Array
);

Parameters

Mode
Member Value Description
eVisibilityModeEach 2 Returns the Track_id and 1 or 0 for every track; where 1 indicates the track is visible and 0 indicates it is not.
eVisibilityModeEachVisible 3 Returns the Track_id and 1 only for those tracks having visibility. If all objects are invisible then the message 'No Visibility' is returned.
eVisibilityModeEachNotVisible 4 Returns the Track_id and 0 for those tracks not having visibility. If all objects are visible then the message 'Complete Visibility' is returned.
Tracks
Time

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1