Class AbbContext
Assembly: NXOpen.dll
Syntax
public class AbbContext : NXObject, IMessageSink, INXObject
Constructors
AbbContext()
Declaration
Methods
GetCallType()
Declaration
public AbbContext.CallType GetCallType()
Returns
GetFailureMode()
Declaration
public string GetFailureMode()
Returns
GetLoadCaseIndexes()
Declaration
public int[] GetLoadCaseIndexes()
Returns
SetCallType(CallType)
Declaration
public void SetCallType(AbbContext.CallType callType)
Parameters
SetFailureMode(string)
Declaration
public void SetFailureMode(string fm)
Parameters
Type |
Name |
Description |
string |
fm |
|
SetLoadCaseIndexes(int[])
Declaration
public void SetLoadCaseIndexes(int[] indexes)
Parameters
Type |
Name |
Description |
int[] |
indexes |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink