STK UI CoreSend comments on this topic.
NoWBClose Property (IAgUiWindow)
See Also
Windows





Windows & Linux

Description

Whether to close the window when the application workbook is loaded/closed.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property NoWBClose() As Boolean
[C#]
public bool NoWBClose {get; set;}
[Managed C++]
public: __property bool get_NoWBClose();
public: __property void set_NoWBClose( bool );
[Unmanaged C++]
public: HRESULT get_NoWBClose(
    VARIANT_BOOL * pVal
);
public: HRESULT put_NoWBClose(
    VARIANT_BOOL NewVal
);
[Java]
public bool getNoWBClose();
public void setNoWBClose(
    bool
);
[Python - STK API ]
@property
def NoWBClose(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.