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





Windows & Linux

Description

Specify whether to allow animation updates.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AllowAnimUpdate() As Boolean
[C#]
public bool AllowAnimUpdate {get; set;}
[Managed C++]
public: __property bool get_AllowAnimUpdate();
public: __property void set_AllowAnimUpdate( bool );
[Unmanaged C++]
public: HRESULT get_AllowAnimUpdate(
    VARIANT_BOOL * pVal
);
public: HRESULT put_AllowAnimUpdate(
    VARIANT_BOOL pVal
);
[Java]
public bool getAllowAnimUpdate();
public void setAllowAnimUpdate(
    bool
);
[Python - STK API ]
@property
def AllowAnimUpdate(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.