STK ObjectsSend comments on this topic.
IsTrackInRange Method (IAgMtoAnalysisRange)
See Also
TrackId
Time
Windows





Windows & Linux

Description

Returns true is the track id is within range.

Syntax

[Visual Basic .NET]
Public Function IsTrackInRange( _
    ByVal TrackId As Integer, _
    ByVal Time As System.Object _
) As Boolean
[C#]
public bool IsTrackInRange(
    int TrackId,
    System.Object Time
);
[Managed C++]
public: bool IsTrackInRange(
    int TrackId,
    VARIANT Time
);
[Unmanaged C++]
public: HRESULT IsTrackInRange(
    int TrackId,
    VARIANT Time,
    VARIANT_BOOL * pRetVal
);
[Java]
public bool isTrackInRange(
    Integer TrackId,
    AgVariant Time
);
[Python - STK API ]
def IsTrackInRange(self, TrackId:int, Time:typing.Any) -> bool:

Parameters

TrackId
Time

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.