Search Results for

    Show / Hide Table of Contents

    Delegate CustomManager.FilterBlankingPlugin

    Namespace: NXOpen.Routing
    Assembly: NXOpen.dll
    Syntax
    public delegate bool FilterBlankingPlugin(NXObject segmentOrComponent, string logicalAttributeTitle, string logicalAttributeValue, string variableBuildString);
    Parameters
    Type Name Description
    NXObject segmentOrComponent
    System.String logicalAttributeTitle
    System.String logicalAttributeValue
    System.String variableBuildString
    Returns
    Type Description
    System.Boolean

    Constructors

    FilterBlankingPlugin(Object, IntPtr)

    Declaration
    public FilterBlankingPlugin(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(NXObject, String, String, String, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(NXObject segmentOrComponent, string logicalAttributeTitle, string logicalAttributeValue, string variableBuildString, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    NXObject segmentOrComponent
    System.String logicalAttributeTitle
    System.String logicalAttributeValue
    System.String variableBuildString
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual bool EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result
    Returns
    Type Description
    System.Boolean

    Invoke(NXObject, String, String, String)

    Declaration
    public virtual bool Invoke(NXObject segmentOrComponent, string logicalAttributeTitle, string logicalAttributeValue, string variableBuildString)
    Parameters
    Type Name Description
    NXObject segmentOrComponent
    System.String logicalAttributeTitle
    System.String logicalAttributeValue
    System.String variableBuildString
    Returns
    Type Description
    System.Boolean
    In This Article
    Back to top Generated by DocFX