Delegate CustomManager._PipingComponentFilePlugin
Assembly: NXOpen.dll
Syntax
delegate void _PipingComponentFilePlugin(IntPtr fileName, int nComponents, IntPtr components, CustomManager.PipingComponentFileOptions options);
Parameters
Constructors
_PipingComponentFilePlugin(Object, IntPtr)
Declaration
public _PipingComponentFilePlugin(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(IntPtr, Int32, IntPtr, CustomManager.PipingComponentFileOptions, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(IntPtr fileName, int nComponents, IntPtr components, CustomManager.PipingComponentFileOptions options, AsyncCallback callback, object object)
Parameters
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(IntPtr, Int32, IntPtr, CustomManager.PipingComponentFileOptions)
Declaration
public virtual void Invoke(IntPtr fileName, int nComponents, IntPtr components, CustomManager.PipingComponentFileOptions options)
Parameters