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 * pVal
);
public: HRESULT put_AutoRecompute(
VARIANT_BOOL AutoRecompute
);
|
[Java] |
---|
public bool getAutoRecompute();
public void setAutoRecompute(
bool
);
|
See Also