Class MethodLibrary
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE.AeroStructures.Author
Assembly: NXOpen.dll
Syntax
public class MethodLibrary : NXRemotableObject, IMessageSink
Constructors
MethodLibrary(Session)
Declaration
protected MethodLibrary(Session owner)
Parameters
Type | Name | Description |
---|---|---|
Session | owner |
Properties
Tag
Declaration
public Tag Tag { get; }
Property Value
Type | Description |
---|---|
Tag |
Methods
GetMethodLibrary(Session)
Declaration
public static MethodLibrary GetMethodLibrary(Session owner)
Parameters
Type | Name | Description |
---|---|---|
Session | owner |
Returns
Type | Description |
---|---|
MethodLibrary |
RegisterEvaluate(String, Int32, MethodLibrary.Callback)
Declaration
public void RegisterEvaluate(string methodID, int version, MethodLibrary.Callback cb)
Parameters
Type | Name | Description |
---|---|---|
System.String | methodID | |
System.Int32 | version | |
MethodLibrary.Callback | cb |
RegisterEvaluateScript(String, Int32)
Declaration
public void RegisterEvaluateScript(string methodID, int version)
Parameters
Type | Name | Description |
---|---|---|
System.String | methodID | |
System.Int32 | version |
RegisterMultiEvaluate(String, Int32, MethodLibrary.CallbackMulti)
Declaration
public void RegisterMultiEvaluate(string methodID, int version, MethodLibrary.CallbackMulti cb)
Parameters
Type | Name | Description |
---|---|---|
System.String | methodID | |
System.Int32 | version | |
MethodLibrary.CallbackMulti | cb |
RegisterMultiEvaluateScript(String, Int32)
Declaration
public void RegisterMultiEvaluateScript(string methodID, int version)
Parameters
Type | Name | Description |
---|---|---|
System.String | methodID | |
System.Int32 | version |
RegisterPostProcessing(String, Int32, MethodLibrary.CallbackPost)
Declaration
public void RegisterPostProcessing(string methodID, int version, MethodLibrary.CallbackPost cb)
Parameters
Type | Name | Description |
---|---|---|
System.String | methodID | |
System.Int32 | version | |
MethodLibrary.CallbackPost | cb |
RegisterPostProcessingScript(String, Int32)
Declaration
public void RegisterPostProcessingScript(string methodID, int version)
Parameters
Type | Name | Description |
---|---|---|
System.String | methodID | |
System.Int32 | version |
RegisterValidate(String, Int32, MethodLibrary.Callback)
Declaration
public void RegisterValidate(string methodID, int version, MethodLibrary.Callback cb)
Parameters
Type | Name | Description |
---|---|---|
System.String | methodID | |
System.Int32 | version | |
MethodLibrary.Callback | cb |
RegisterValidateScript(String, Int32)
Declaration
public void RegisterValidateScript(string methodID, int version)
Parameters
Type | Name | Description |
---|---|---|
System.String | methodID | |
System.Int32 | version |
Implements
System.Runtime.Remoting.Messaging.IMessageSink