Class LogFile
Assembly: NXOpen.dll
Syntax
public class LogFile : NXRemotableObject, IMessageSink
Constructors
LogFile(Session)
Declaration
protected LogFile(Session owner)
Parameters
Type |
Name |
Description |
Session |
owner |
|
Properties
FileName
Declaration
public string FileName { get; }
Property Value
Tag
Declaration
Property Value
Methods
Write(string)
Declaration
public void Write(string s)
Parameters
Type |
Name |
Description |
string |
s |
|
WriteLine(string)
Declaration
public void WriteLine(string s)
Parameters
Type |
Name |
Description |
string |
s |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink