Class PostScenario
Inheritance
System.Object
System.MarshalByRefObject
PostScenario
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 PostScenario : NXObject, IMessageSink, INXObject
Constructors
PostScenario()
Declaration
protected PostScenario()
Properties
Plots
Declaration
public PostScenarioPlotHandleCollection Plots { get; }
Property Value
Type | Description |
---|---|
PostScenarioPlotHandleCollection |
Viewport
Declaration
public int Viewport { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Window
Declaration
public int Window { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
GetActionByName(String, String)
Declaration
public PostScenarioAction GetActionByName(string subvisualization, string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | subvisualization | |
System.String | name |
Returns
Type | Description |
---|---|
PostScenarioAction |
GetAvailableActions()
Declaration
public PostScenarioAction[] GetAvailableActions()
Returns
Type | Description |
---|---|
PostScenarioAction[] |
GetScenarioData()
Declaration
public PostScenarioQueryResults GetScenarioData()
Returns
Type | Description |
---|---|
PostScenarioQueryResults |
Implements
System.Runtime.Remoting.Messaging.IMessageSink