Class PostScenarioPlotDataEntry
Inheritance
System.Object
System.MarshalByRefObject
PostScenarioPlotDataEntry
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 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
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