STK AstrogatorSend comments on this topic.
UseConsoleMonitor Property (IAgVAManeuverOptimalFiniteSNOPTOptimizer)
See Also
Windows





Windows & Linux

Description

Whether to use the out-of-process console monitor for the optimizer.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseConsoleMonitor() As Boolean
[C#]
public bool UseConsoleMonitor {get; set;}
[Managed C++]
public: __property bool get_UseConsoleMonitor();
public: __property void set_UseConsoleMonitor( bool );
[Unmanaged C++]
public: HRESULT get_UseConsoleMonitor(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseConsoleMonitor(
    VARIANT_BOOL newVal
);
[Java]
public bool getUseConsoleMonitor();
public void setUseConsoleMonitor(
    bool
);
[Python - STK API ]
@property
def UseConsoleMonitor(self) -> bool:

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

See Also

© 2023 Analytical Graphics, Inc. All Rights Reserved.