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






Windows & Linux

Description

Specifies whether a line appears between objects during access periods in the 2D and 3D Graphics windows.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LineVisible() As Boolean
[C#]
public bool LineVisible {get; set;}
[Managed C++]
public: __property bool get_LineVisible();
public: __property void set_LineVisible(
   bool
);
[Unmanaged C++]
public: HRESULT get_LineVisible(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_LineVisible(
   VARIANT_BOOL NewLineVisible
);
[Java]
public bool getLineVisible();public void setLineVisible(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.