AcadPreferencesFilesClassLogFilePath Property
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public virtual string LogFilePath { get; set; }
Public Overridable Property LogFilePath As String
Get
Set
public:
virtual property String^ LogFilePath {
String^ get ();
void set (String^ value);
}
abstract LogFilePath : string with get, set
override LogFilePath : string with get, set
Property Value
Type:
String
Implements
IAcadPreferencesFilesLogFilePath
See Also