Search Results for

    Show / Hide Table of Contents

    Class CalculationLogLine

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    CalculationLogLine
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.CAE.AeroStructures
    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
    Type Description
    string

    Loadcase

    Declaration
    public string Loadcase { get; }
    Property Value
    Type Description
    string

    Message

    Declaration
    public string Message { get; }
    Property Value
    Type Description
    string

    MsgType

    Declaration
    public CalculationLogLine.MessageType MsgType { get; }
    Property Value
    Type Description
    CalculationLogLine.MessageType

    Source

    Declaration
    public string Source { get; }
    Property Value
    Type Description
    string

    Timestamp

    Declaration
    public string Timestamp { get; }
    Property Value
    Type Description
    string

    Methods

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    ToStringLine()

    Declaration
    public string ToStringLine()
    Returns
    Type Description
    string

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IDisposable
    In this article
    Back to top Generated by DocFX