Search Results for

    Show / Hide Table of Contents

    Delegate CustomFeatureClass.HighlightCallback

    Namespace: NXOpen.Features
    Assembly: NXOpen.dll
    Syntax
    public delegate int CustomFeatureClass.HighlightCallback(CustomFeatureHighlightEvent eventObject)
    Parameters
    Type Name Description
    CustomFeatureHighlightEvent eventObject
    Returns
    Type Description
    int

    Constructors

    HighlightCallback(object, nint)

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

    Methods

    BeginInvoke(CustomFeatureHighlightEvent, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(CustomFeatureHighlightEvent eventObject, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    CustomFeatureHighlightEvent eventObject
    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(CustomFeatureHighlightEvent)

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