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






Windows & Linux

Description

Opt whether to display a line in 2D window between the objects in the chain to show that they have access to each other during animation.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_IsLineVisible();
public: __property void set_IsLineVisible(
bool
);

[Unmanaged C++]
public: HRESULT get_IsLineVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IsLineVisible(
VARIANT_BOOL NewIsLineVisible
);

[Java]
public bool getIsLineVisible();public void setIsLineVisible(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface