Class CalculationLogLine
Inheritance
CalculationLogLine
Assembly: NXOpen.dll
Syntax
public class CalculationLogLine : TransientObject, IMessageSink, IDisposable
Constructors
CalculationLogLine(nint)
Declaration
protected CalculationLogLine(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Properties
Failmode
Declaration
public string Failmode { get; }
Property Value
Loadcase
Declaration
public string Loadcase { get; }
Property Value
Message
Declaration
public string Message { get; }
Property Value
MsgType
Declaration
public CalculationLogLine.MessageType MsgType { get; }
Property Value
Source
Declaration
public string Source { get; }
Property Value
Timestamp
Declaration
public string Timestamp { get; }
Property Value
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
ToStringLine()
Declaration
public string ToStringLine()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink