STK AstrogatorSend 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 * pVal
);
public: HRESULT put_ResetControlsBeforeRun(
    VARIANT_BOOL newVal
);
[Java]
public bool getResetControlsBeforeRun();
public void setResetControlsBeforeRun(
    bool
);
[Python - STK API ]
@property
def ResetControlsBeforeRun(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.