AGI STK Astrogator 11 Send comments on this topic.
ResetControlsBeforeRun Property (IAgVAProfileSearchPlugin)
See Also 
Windows






Windows & Linux

Description

Reset controls before each run.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_ResetControlsBeforeRun();
public: __property void set_ResetControlsBeforeRun(
bool
);

[Unmanaged C++]
public: HRESULT get_ResetControlsBeforeRun(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ResetControlsBeforeRun(
VARIANT_BOOL NewResetControlsBeforeRun
);

[Java]
public bool getResetControlsBeforeRun();public void setResetControlsBeforeRun(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface