STK ObjectsSend comments on this topic.
ComputeTracks Method (IAgMtoAnalysisPosition)
See Also
TrackIds
Time
Windows





Windows & Linux

Description

Computes the position of all track of given Id at the given time.

Syntax

[Visual Basic .NET]
Public Function ComputeTracks( _
    ByVal TrackIds As System.Array, _
    ByVal Time As System.Object _
) As IAgMtoTrackPointCollection
[C#]
public IAgMtoTrackPointCollection ComputeTracks(
    System.Array TrackIds,
    System.Object Time
);
[Managed C++]
public: IAgMtoTrackPointCollection^ ComputeTracks(
    System::Array ^ TrackIds,
    VARIANT Time
);
[Unmanaged C++]
public: HRESULT ComputeTracks(
    SAFEARRAY * * TrackIds,
    VARIANT Time,
    IAgMtoTrackPointCollection ** ppRetVal
);
[Java]
public IAgMtoTrackPointCollection computeTracks(
    AgSafeArray TrackIds,
    AgVariant Time
);
[Python - STK API ]
def ComputeTracks(self, TrackIds:list, Time:typing.Any) -> "IAgMtoTrackPointCollection":

Parameters

TrackIds
Time

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.