AGI STK Objects 11 Send comments on this topic.
AutomaticRecompute Property (IAgVmAdvanced)
See Also 





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 * pRetVal
);
public: HRESULT put_AutomaticRecompute(
VARIANT_BOOL NewAutomaticRecompute
);

[Java]
public bool getAutomaticRecompute();public void setAutomaticRecompute(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1