Class PostScenarioResultGroup
Inheritance
System.Object
System.MarshalByRefObject
PostScenarioResultGroup
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
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 PostScenarioResultGroup : TransientObject, IMessageSink, IDisposable
Constructors
PostScenarioResultGroup(IntPtr)
Declaration
protected PostScenarioResultGroup(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Properties
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
GetDependentVariables()
Declaration
public PostScenarioResultGroupVariable[] GetDependentVariables()
Returns
Type | Description |
---|---|
PostScenarioResultGroupVariable[] |
GetIndependentVariables()
Declaration
public PostScenarioResultGroupVariable[] GetIndependentVariables()
Returns
Type | Description |
---|---|
PostScenarioResultGroupVariable[] |
GetPlots()
Declaration
public PostScenarioPlotData[] GetPlots()
Returns
Type | Description |
---|---|
PostScenarioPlotData[] |
GetSelectionVariables()
Declaration
public PostScenarioResultGroupVariable[] GetSelectionVariables()
Returns
Type | Description |
---|---|
PostScenarioResultGroupVariable[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable