STK XSend comments on this topic.
LoggingMode Property (AgSTKXApplication)
See Also
Windows





Windows & Linux

Description

Controls the log file generation, and if the log file is deleted or not on application exit.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LoggingMode() As AgELoggingMode
[C#]
public AgELoggingMode LoggingMode {get; set;}
[Managed C++]
public: __property AgELoggingMode get_LoggingMode();
public: __property void set_LoggingMode( AgELoggingMode );
[Unmanaged C++]
public: HRESULT get_LoggingMode(
    AgELoggingMode * pVal
);
public: HRESULT put_LoggingMode(
    AgELoggingMode newVal
);
[Java]
public AgELoggingMode getLoggingMode();
public void setLoggingMode(
    AgELoggingMode
);
[Python - STK API ]
@property
def LoggingMode(self) -> "AgELoggingMode":

@LoggingMode.setter
def LoggingMode(self, newVal:"AgELoggingMode") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.