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





Description

Opt whether to have each access line is numbered to show the sequence of the links between the objects in the chain.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_IsDirectionVisible();
public: __property void set_IsDirectionVisible(
bool
);

[Unmanaged C++]
public: HRESULT get_IsDirectionVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IsDirectionVisible(
VARIANT_BOOL NewIsDirectionVisible
);

[Java]
public bool getIsDirectionVisible();public void setIsDirectionVisible(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1