STK ObjectsSend comments on this topic.
LogFileName Property (IAgAdvCATAdvanced)
See Also
Windows





Windows & Linux

Description

Name of the Log File.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LogFileName() As String
[C#]
public string LogFileName {get; set;}
[Managed C++]
public: __property String __gc ^ get_LogFileName();
public: __property void set_LogFileName( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_LogFileName(
    BSTR * pVal
);
public: HRESULT put_LogFileName(
    BSTR LogFileName
);
[Java]
public String getLogFileName();
public void setLogFileName(
    String
);
[Python - STK API ]
@property
def LogFileName(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.