Search Results for

    Show / Hide Table of Contents

    Class PostScenarioInputDefinition

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    PostScenarioInputDefinition
    Implements
    IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    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 PostScenarioInputDefinition : TaggedObject, IMessageSink

    Constructors

    PostScenarioInputDefinition()

    Declaration
    protected PostScenarioInputDefinition()

    Properties

    ConfigurationVariableDefinitions

    Declaration
    public PostScenarioConfigurationVariableDefinitionCollection ConfigurationVariableDefinitions { get; }
    Property Value
    Type Description
    PostScenarioConfigurationVariableDefinitionCollection

    MeshDefinitions

    Declaration
    public PostScenarioMeshDefinitionCollection MeshDefinitions { get; }
    Property Value
    Type Description
    PostScenarioMeshDefinitionCollection

    Name

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

    Visualizations

    Declaration
    public PostScenarioVisualizationCollection Visualizations { get; }
    Property Value
    Type Description
    PostScenarioVisualizationCollection

    Implements

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