Search Results for

    Show / Hide Table of Contents

    Class AfuHeaderId

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    AfuHeaderId
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(String)
    TransientObject.PrintTestData(String, Int32)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class AfuHeaderId : TransientObject, IMessageSink, IDisposable

    Constructors

    AfuHeaderId(IntPtr)

    Declaration
    protected AfuHeaderId(IntPtr ptr)
    Parameters
    Type Name Description
    System.IntPtr ptr

    Properties

    Coordinate

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

    IdLine1

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

    IdLine2

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

    IdLine3

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

    IdLine4

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

    LoadCase

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

    Owner

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

    Reference

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

    ReferenceId

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

    Response

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

    ResponseId

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

    Version

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

    Methods

    FreeResource()

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

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    In This Article
    Back to top Generated by DocFX