Search Results for

    Show / Hide Table of Contents

    Delegate CustomManager.DesignRule

    Namespace: NXOpen.Routing
    Assembly: NXOpen.dll
    Syntax
    public delegate void DesignRule(CustomManager.DesignRuleReason reason, NXObject[] nxObjects);
    Parameters
    Type Name Description
    CustomManager.DesignRuleReason reason
    NXObject[] nxObjects

    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, NXObject[], AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(CustomManager.DesignRuleReason reason, NXObject[] nxObjects, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    CustomManager.DesignRuleReason reason
    NXObject[] 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, NXObject[])

    Declaration
    public virtual void Invoke(CustomManager.DesignRuleReason reason, NXObject[] nxObjects)
    Parameters
    Type Name Description
    CustomManager.DesignRuleReason reason
    NXObject[] nxObjects
    In This Article
    Back to top Generated by DocFX