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





Windows & Linux

Description

Computes the position of all tracks at the given time.

Syntax

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

Parameters

Time

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.