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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1