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






Windows & Linux

Description

Returns an array of track ids and boolean values for all tracks.

Syntax

[Visual Basic .NET]
Public Function ComputeAllTracks( _
   ByVal Mode As AgEMtoVisibilityMode, _
   ByVal Time As System.Object _
) As System.Array
[C#]
public System.Array ComputeAllTracks(
   AgEMtoVisibilityMode Mode,
   System.Object Time
);
[Managed C++]
public: System::Array ComputeAllTracks(
   AgEMtoVisibilityMode Mode,
   VARIANT Time
);
[Java]
public Object[] computeAllTracks(
   AgEMtoVisibilityMode Mode,
   Variant Time
);
[Unmanaged C++]
public: HRESULT ComputeAllTracks(
   AgEMtoVisibilityMode Mode,
   VARIANT Time,
   SAFEARRAY ** Array
);

Parameters

Mode
MemberValueDescription
eVisibilityModeEach2Returns the Track_id and 1 or 0 for every track; where 1 indicates the track is visible and 0 indicates it is not.
eVisibilityModeEachVisible3Returns the Track_id and 1 only for those tracks having visibility. If all objects are invisible then the message 'No Visibility' is returned.
eVisibilityModeEachNotVisible4Returns the Track_id and 0 for those tracks not having visibility. If all objects are visible then the message 'Complete Visibility' is returned.
Time

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.