AGI STK Objects 11 Send comments on this topic.
LinesVisible Property (IAgMtoVOGlobalTrackOptions)
See Also 
Windows






Windows & Linux

Description

Opt whether to display MTO track lines in the 3D graphics window.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_LinesVisible();
public: __property void set_LinesVisible(
bool
);

[Unmanaged C++]
public: HRESULT get_LinesVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_LinesVisible(
VARIANT_BOOL NewLinesVisible
);

[Java]
public bool getLinesVisible();public void setLinesVisible(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface