AGI STK Objects 11Send 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
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.