Search Results for

    Show / Hide Table of Contents

    Delegate CustomFeatureClass.InformationCallback

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

    Constructors

    InformationCallback(object, nint)

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

    Methods

    BeginInvoke(CustomFeatureInformationEvent, AsyncCallback, object)

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

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