Search Results for

    Show / Hide Table of Contents

    Class PostScenarioConfigurationGroup

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    PostScenarioConfigurationGroup
    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 PostScenarioConfigurationGroup : TransientObject, IMessageSink, IDisposable

    Constructors

    PostScenarioConfigurationGroup(nint)

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

    Properties

    Name

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

    Methods

    FreeResource()

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

    GetKeys()

    Declaration
    public string[] GetKeys()
    Returns
    Type Description
    string[]

    GetValues(string)

    Declaration
    public PostScenarioVariant[] GetValues(string key)
    Parameters
    Type Name Description
    string key
    Returns
    Type Description
    PostScenarioVariant[]

    Implements

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