Class AbbContext
Inheritance
System.Object
System.MarshalByRefObject
AbbContext
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.AeroStructures.Author
Assembly: NXOpen.dll
Syntax
public class AbbContext : NXObject, IMessageSink, INXObject
Constructors
AbbContext()
Declaration
protected AbbContext()
Methods
GetCallType()
Declaration
public AbbContext.CallType GetCallType()
Returns
Type | Description |
---|---|
AbbContext.CallType |
GetFailureMode()
Declaration
public string GetFailureMode()
Returns
Type | Description |
---|---|
System.String |
GetLoadCaseIndexes()
Declaration
public int[] GetLoadCaseIndexes()
Returns
Type | Description |
---|---|
System.Int32[] |
SetCallType(AbbContext.CallType)
Declaration
public void SetCallType(AbbContext.CallType callType)
Parameters
Type | Name | Description |
---|---|---|
AbbContext.CallType | callType |
SetFailureMode(String)
Declaration
public void SetFailureMode(string fm)
Parameters
Type | Name | Description |
---|---|---|
System.String | fm |
SetLoadCaseIndexes(Int32[])
Declaration
public void SetLoadCaseIndexes(int[] indexes)
Parameters
Type | Name | Description |
---|---|---|
System.Int32[] | indexes |
Implements
System.Runtime.Remoting.Messaging.IMessageSink