Delegate CustomManager._DesignRule
Assembly: NXOpen.dll
Syntax
delegate void _DesignRule(CustomManager.DesignRuleReason reason, int nNXObjects, IntPtr nxObjects);
Parameters
Constructors
_DesignRule(Object, IntPtr)
Declaration
public _DesignRule(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
BeginInvoke(CustomManager.DesignRuleReason, Int32, IntPtr, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(CustomManager.DesignRuleReason reason, int nNXObjects, IntPtr nxObjects, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| CustomManager.DesignRuleReason |
reason |
|
| System.Int32 |
nNXObjects |
|
| System.IntPtr |
nxObjects |
|
| 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.DesignRuleReason, Int32, IntPtr)
Declaration
public virtual void Invoke(CustomManager.DesignRuleReason reason, int nNXObjects, IntPtr nxObjects)
Parameters