Search Results for

    Show / Hide Table of Contents

    Class PostScenarioSelectionCallbackContext

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    PostScenarioSelectionCallbackContext
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class PostScenarioSelectionCallbackContext : TransientObject, IMessageSink, IDisposable

    Constructors

    PostScenarioSelectionCallbackContext(nint)

    Declaration
    protected PostScenarioSelectionCallbackContext(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Properties

    CurrentVariable

    Declaration
    public PostScenarioResultGroupVariable CurrentVariable { get; }
    Property Value
    Type Description
    PostScenarioResultGroupVariable

    CurrentVariableName

    Declaration
    public string CurrentVariableName { get; }
    Property Value
    Type Description
    string

    MessageCollector

    Declaration
    public PostScenarioMessageCollector MessageCollector { get; }
    Property Value
    Type Description
    PostScenarioMessageCollector

    Methods

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    GetCurrentSelection(string)

    Declaration
    public PostScenarioVariant[] GetCurrentSelection(string variable)
    Parameters
    Type Name Description
    string variable
    Returns
    Type Description
    PostScenarioVariant[]

    GetDataSourceDefaultValue(string)

    Declaration
    public PostScenarioVariant GetDataSourceDefaultValue(string variable)
    Parameters
    Type Name Description
    string variable
    Returns
    Type Description
    PostScenarioVariant

    GetMeshNodes()

    Declaration
    public PostScenarioMeshNode[] GetMeshNodes()
    Returns
    Type Description
    PostScenarioMeshNode[]

    GetSelectedMeshes()

    Declaration
    public PostScenarioMesh[] GetSelectedMeshes()
    Returns
    Type Description
    PostScenarioMesh[]

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IDisposable
    In this article
    Back to top Generated by DocFX