Delegate CustomManager._JointPmiCreated
Assembly: NXOpen.dll
Syntax
delegate void _JointPmiCreated(CustomManager.PmiSource pmiSource, int numPmi, IntPtr pmi, Tag joint);
Parameters
Constructors
_JointPmiCreated(Object, IntPtr)
Declaration
public _JointPmiCreated(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(CustomManager.PmiSource, Int32, IntPtr, Tag, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(CustomManager.PmiSource pmiSource, int numPmi, IntPtr pmi, Tag joint, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
CustomManager.PmiSource |
pmiSource |
|
System.Int32 |
numPmi |
|
System.IntPtr |
pmi |
|
Tag |
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(CustomManager.PmiSource, Int32, IntPtr, Tag)
Declaration
public virtual void Invoke(CustomManager.PmiSource pmiSource, int numPmi, IntPtr pmi, Tag joint)
Parameters