Search Results for

    Show / Hide Table of Contents

    Delegate CustomManager.DesignRule

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

    Constructors

    DesignRule(object, nint)

    Declaration
    public DesignRule(object @object, nint method)
    Parameters
    Type Name Description
    object object
    nint method

    Methods

    BeginInvoke(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
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    IAsyncResult result

    Invoke(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