Search Results for

    Show / Hide Table of Contents

    Delegate PostScenarioDescriptorBuilder._OverrideDefaultSelectionCallback

    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    delegate void _OverrideDefaultSelectionCallback(Tag postScenarioManager, IntPtr allValues, IntPtr context, IntPtr selectedValues);
    Parameters
    Type Name Description
    Tag postScenarioManager
    System.IntPtr allValues
    System.IntPtr context
    System.IntPtr selectedValues

    Constructors

    _OverrideDefaultSelectionCallback(Object, IntPtr)

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

    Methods

    BeginInvoke(Tag, IntPtr, IntPtr, IntPtr, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(Tag postScenarioManager, IntPtr allValues, IntPtr context, IntPtr selectedValues, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    Tag postScenarioManager
    System.IntPtr allValues
    System.IntPtr context
    System.IntPtr selectedValues
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(Tag, IntPtr, IntPtr, IntPtr)

    Declaration
    public virtual void Invoke(Tag postScenarioManager, IntPtr allValues, IntPtr context, IntPtr selectedValues)
    Parameters
    Type Name Description
    Tag postScenarioManager
    System.IntPtr allValues
    System.IntPtr context
    System.IntPtr selectedValues
    In This Article
    Back to top Generated by DocFX