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





Windows & Linux

Description

File for logging commands.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LogFile() As String
[C#]
public string LogFile {get; set;}
[Managed C++]
public: __property String __gc ^ get_LogFile();
public: __property void set_LogFile( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_LogFile(
    BSTR * pVal
);
public: HRESULT put_LogFile(
    BSTR LogFile
);
[Java]
public String getLogFile();
public void setLogFile(
    String
);
[Python - STK API ]
@property
def LogFile(self) -> str:

@LogFile.setter
def LogFile(self, LogFile:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.