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
Error(String)
Declaration
public void Error(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
Error(String, Int32, String)
Declaration
public void Error(string failureMode, int lcIndex, string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | failureMode | |
System.Int32 | lcIndex | |
System.String | message |
Error(String, String, String)
Declaration
public void Error(string failureMode, string loadCase, string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | failureMode | |
System.String | loadCase | |
System.String | message |
Log(String)
Declaration
public void Log(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
Log(String, Int32, String)
Declaration
public void Log(string failureMode, int lcIndex, string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | failureMode | |
System.Int32 | lcIndex | |
System.String | message |
Log(String, String, String)
Declaration
public void Log(string failureMode, string loadCase, string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | failureMode | |
System.String | loadCase | |
System.String | message |
Warn(String)
Declaration
public void Warn(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
Warn(String, Int32, String)
Declaration
public void Warn(string failureMode, int lcIndex, string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | failureMode | |
System.Int32 | lcIndex | |
System.String | message |
Warn(String, String, String)
Declaration
public void Warn(string failureMode, string loadCase, string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | failureMode | |
System.String | loadCase | |
System.String | message |
Implements
System.Runtime.Remoting.Messaging.IMessageSink