AGI STK Objects 11Send 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

© 2019 Analytical Graphics, Inc. All Rights Reserved.