STK ObjectsSend comments on this topic.
Verbose Property (IAgStkPreferencesConnect)
See Also
Windows





Windows & Linux

Description

Initial connect Verbose mode state.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Verbose() As Boolean
[C#]
public bool Verbose {get; set;}
[Managed C++]
public: __property bool get_Verbose();
public: __property void set_Verbose( bool );
[Unmanaged C++]
public: HRESULT get_Verbose(
    VARIANT_BOOL * pVal
);
public: HRESULT put_Verbose(
    VARIANT_BOOL Val
);
[Java]
public bool getVerbose();
public void setVerbose(
    bool
);
[Python - STK API ]
@property
def Verbose(self) -> bool:

@Verbose.setter
def Verbose(self, Val:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.