Search Results for

    Show / Hide Table of Contents

    Class AfuHeaderId

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    AfuHeaderId
    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
    Assembly: NXOpen.dll
    Syntax
    public class AfuHeaderId : TransientObject, IMessageSink, IDisposable

    Constructors

    AfuHeaderId(nint)

    Declaration
    protected AfuHeaderId(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Properties

    Coordinate

    Declaration
    public int Coordinate { get; set; }
    Property Value
    Type Description
    int

    IdLine1

    Declaration
    public string IdLine1 { get; set; }
    Property Value
    Type Description
    string

    IdLine2

    Declaration
    public string IdLine2 { get; set; }
    Property Value
    Type Description
    string

    IdLine3

    Declaration
    public string IdLine3 { get; set; }
    Property Value
    Type Description
    string

    IdLine4

    Declaration
    public string IdLine4 { get; set; }
    Property Value
    Type Description
    string

    LoadCase

    Declaration
    public int LoadCase { get; set; }
    Property Value
    Type Description
    int

    Owner

    Declaration
    public string Owner { get; set; }
    Property Value
    Type Description
    string

    Reference

    Declaration
    public string Reference { get; set; }
    Property Value
    Type Description
    string

    ReferenceId

    Declaration
    public int ReferenceId { get; set; }
    Property Value
    Type Description
    int

    Response

    Declaration
    public string Response { get; set; }
    Property Value
    Type Description
    string

    ResponseId

    Declaration
    public int ResponseId { get; set; }
    Property Value
    Type Description
    int

    Version

    Declaration
    public int Version { get; set; }
    Property Value
    Type Description
    int

    Methods

    FreeResource()

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

    Implements

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