Delegate CustomManager.WeldJointHandler
Assembly: NXOpen.dll
Syntax
public delegate void WeldJointHandler(JointExitBuilder joint);
Parameters
Constructors
WeldJointHandler(Object, IntPtr)
Declaration
public WeldJointHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(JointExitBuilder, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(JointExitBuilder joint, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
JointExitBuilder |
joint |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(JointExitBuilder)
Declaration
public virtual void Invoke(JointExitBuilder joint)
Parameters