STK ObjectsSend comments on this topic.
AutomaticRecompute Property (IAgVmAdvanced)
See Also
Windows





Windows & Linux

Description

Automatically recompute data.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AutomaticRecompute() As Boolean
[C#]
public bool AutomaticRecompute {get; set;}
[Managed C++]
public: __property bool get_AutomaticRecompute();
public: __property void set_AutomaticRecompute( bool );
[Unmanaged C++]
public: HRESULT get_AutomaticRecompute(
    VARIANT_BOOL * pVal
);
public: HRESULT put_AutomaticRecompute(
    VARIANT_BOOL AutomaticRecompute
);
[Java]
public bool getAutomaticRecompute();
public void setAutomaticRecompute(
    bool
);
[Python - STK API ]
@property
def AutomaticRecompute(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.