AGI STK Objects 11 Send comments on this topic.
TracksVisible Property (IAgMtoGfxGlobalTrackOptions)
See Also 





Description

Opt whether to display or hide 2D graphics tracks for the MTO.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TracksVisible() As Boolean

[C#]
public bool TracksVisible {get; set;}

[Managed C++]
public: __property bool get_TracksVisible();
public: __property void set_TracksVisible(
bool
);

[Unmanaged C++]
public: HRESULT get_TracksVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_TracksVisible(
VARIANT_BOOL NewTracksVisible
);

[Java]
public bool getTracksVisible();public void setTracksVisible(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1