Search Results for

    Show / Hide Table of Contents

    Delegate Selection.FilterTaggedObject

    Namespace: NXOpen
    Assembly: NXOpenUI.dll
    Syntax
    public delegate int Selection.FilterTaggedObject(TaggedObject entity)
    Parameters
    Type Name Description
    TaggedObject entity
    Returns
    Type Description
    int

    Constructors

    FilterTaggedObject(object, nint)

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

    Methods

    BeginInvoke(TaggedObject, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(TaggedObject entity, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    TaggedObject entity
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(TaggedObject)

    Declaration
    public virtual int Invoke(TaggedObject entity)
    Parameters
    Type Name Description
    TaggedObject entity
    Returns
    Type Description
    int
    In this article
    Back to top Generated by DocFX