STK X Send comments on this topic.
LogFileFullName Property (AgSTKXApplication)
See Also  Example





Description

Returns the full path and log file  name (empty if logging is not active).

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property LogFileFullName() As String

[C#]
public string LogFileFullName {get;}

[Managed C++]
public: __property String __gc ^ get_LogFileFullName();

[Unmanaged C++]
public: HRESULT get_LogFileFullName(
BSTR * pRetVal
);

[Java]
public String getLogFileFullName();

Example

[Visual Basic .NET] Copy Code
Debug.Print (StkXApp.LogFileFullName)
...

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1