STK ObjectsSend 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 * pVal
);
public: HRESULT put_LineVisible(
    VARIANT_BOOL inVal
);
[Java]
public bool getLineVisible();
public void setLineVisible(
    bool
);
[Python - STK API ]
@property
def LineVisible(self) -> bool:

@LineVisible.setter
def LineVisible(self, inVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.