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