STK ObjectsSend comments on this topic.
AccessAnimHigh Property (IAgScGraphics)
See Also
Windows





Windows & Linux

Description

Specify whether to display access animation highlights, i.e. boxes around objects participating in an access.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AccessAnimHigh() As Boolean
[C#]
public bool AccessAnimHigh {get; set;}
[Managed C++]
public: __property bool get_AccessAnimHigh();
public: __property void set_AccessAnimHigh( bool );
[Unmanaged C++]
public: HRESULT get_AccessAnimHigh(
    VARIANT_BOOL * pVal
);
public: HRESULT put_AccessAnimHigh(
    VARIANT_BOOL pVal
);
[Java]
public bool getAccessAnimHigh();
public void setAccessAnimHigh(
    bool
);
[Python - STK API ]
@property
def AccessAnimHigh(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.