AGI Real-Time Tracking Tool 11 Send comments on this topic.
ShowLines Property (IAgRt3QueryGraphics)
See Also 





Description

Toggles the display of all lines.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_ShowLines();
public: __property void set_ShowLines(
bool
);

[Unmanaged C++]
public: HRESULT get_ShowLines(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ShowLines(
VARIANT_BOOL NewShowLines
);

[Java]
public bool getShowLines();public void setShowLines(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1