AGI STK Objects 11 Send comments on this topic.
AutoRecompute Property (IAgChain)
See Also 
Windows






Windows & Linux

Description

Opt to have STK automatically recompute accesses each time that an object on which the chain depends is updated.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AutoRecompute() As Boolean

[C#]
public bool AutoRecompute {get; set;}

[Managed C++]
public: __property bool get_AutoRecompute();
public: __property void set_AutoRecompute(
bool
);

[Unmanaged C++]
public: HRESULT get_AutoRecompute(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_AutoRecompute(
VARIANT_BOOL NewAutoRecompute
);

[Java]
public bool getAutoRecompute();public void setAutoRecompute(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface