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






Windows & Linux

Description

Opt whether to have STK automatically recompute accesses every time an object on which the coverage definition 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