AGI STK Objects 11Send comments on this topic.
IsTrackVisible Method (IAgMtoAnalysisVisibility)
See Also
TrackId
Time
Windows






Windows & Linux

Description

Returns true is the track is visible to the object

Syntax

[Visual Basic .NET]
Public Function IsTrackVisible( _
    ByVal TrackId As Integer, _
    ByVal Time As System.Object _
) As 
[C#]
public bool IsTrackVisible(
    int TrackId,
    System.Object Time
);
[Managed C++]
public: bool IsTrackVisible(
    int TrackId,
    VARIANT Time
);
[Java]
public bool isTrackVisible(
    Integer TrackId,
    VARIANT Time
);
[Unmanaged C++]
public: HRESULT IsTrackVisible(
    int TrackId,
    VARIANT Time,
    VARIANT_BOOL * pRetVal
);

Parameters

TrackId
Time

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.