STK ObjectsSend 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 * pVal
);
public: HRESULT put_AutoRecompute(
    VARIANT_BOOL AutoRecompute
);
[Java]
public bool getAutoRecompute();
public void setAutoRecompute(
    bool
);
[Python - STK API ]
@property
def AutoRecompute(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.