Search Results for

    Show / Hide Table of Contents

    Class PostScenarioPlotDataEntry

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    PostScenarioPlotDataEntry
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(String)
    TransientObject.PrintTestData(String, Int32)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class PostScenarioPlotDataEntry : TransientObject, IMessageSink, IDisposable

    Constructors

    PostScenarioPlotDataEntry(IntPtr)

    Declaration
    protected PostScenarioPlotDataEntry(IntPtr ptr)
    Parameters
    Type Name Description
    System.IntPtr ptr

    Methods

    FreeResource()

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

    GetAvailableComponents(String)

    Declaration
    public PostScenarioVariantComponent[] GetAvailableComponents(string name)
    Parameters
    Type Name Description
    System.String name
    Returns
    Type Description
    PostScenarioVariantComponent[]

    GetDependentValues(String, PostScenarioVariantComponent)

    Declaration
    public PostScenarioVariantList GetDependentValues(string name, PostScenarioVariantComponent component)
    Parameters
    Type Name Description
    System.String name
    PostScenarioVariantComponent component
    Returns
    Type Description
    PostScenarioVariantList

    GetHighOrderIndependentVariableValue(String)

    Declaration
    public PostScenarioVariant GetHighOrderIndependentVariableValue(string name)
    Parameters
    Type Name Description
    System.String name
    Returns
    Type Description
    PostScenarioVariant

    GetIndependentValues()

    Declaration
    public PostScenarioVariantList GetIndependentValues()
    Returns
    Type Description
    PostScenarioVariantList

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    In This Article
    Back to top Generated by DocFX