STK UI ApplicationSend comments on this topic.
LogFile Property (IAgUiApplication)
See Also
Windows





Windows & Linux

Description

Gets the current log files full path.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property LogFile() As String
[C#]
public string LogFile {get;}
[Managed C++]
public: __property String __gc ^ get_LogFile();
[Unmanaged C++]
public: HRESULT get_LogFile(
    BSTR * pLogFilePath
);
[Java]
public String getLogFile();

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.