Class PostScenarioSelectionParameters
Inheritance
System.Object
System.MarshalByRefObject
PostScenarioSelectionParameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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 PostScenarioSelectionParameters : TaggedObject, IMessageSink
Constructors
PostScenarioSelectionParameters()
Declaration
protected PostScenarioSelectionParameters()
Properties
ConfigurationVariables
Declaration
public PostScenarioConfigurationVariableCollection ConfigurationVariables { get; }
Property Value
Type | Description |
---|---|
PostScenarioConfigurationVariableCollection |
Variables
Declaration
public PostScenarioVariableCollection Variables { get; }
Property Value
Type | Description |
---|---|
PostScenarioVariableCollection |
Methods
Destroy()
Declaration
public void Destroy()
NewVariant()
Declaration
public PostScenarioVariant NewVariant()
Returns
Type | Description |
---|---|
PostScenarioVariant |
SetIterationVariable(PostScenarioVariable)
Declaration
public void SetIterationVariable(PostScenarioVariable variable)
Parameters
Type | Name | Description |
---|---|---|
PostScenarioVariable | variable |
Implements
System.Runtime.Remoting.Messaging.IMessageSink