STK ObjectsSend comments on this topic.
IsDirectionVisible Property (IAgChGfxAnimation)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_IsDirectionVisible(
    VARIANT_BOOL IsDirectionVisible
);
[Java]
public bool getIsDirectionVisible();
public void setIsDirectionVisible(
    bool
);
[Python - STK API ]
@property
def IsDirectionVisible(self) -> bool:

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

See Also

© 2023 Analytical Graphics, Inc. All Rights Reserved.