Class AfuHeaderId
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
Inherited Members
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
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable