Class PostScenarioDataMatch
Inheritance
System.Object
System.MarshalByRefObject
PostScenarioDataMatch
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 PostScenarioDataMatch : TransientObject, IMessageSink, IDisposable
Constructors
PostScenarioDataMatch(IntPtr)
Declaration
protected PostScenarioDataMatch(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Properties
DataDefinitionName
Declaration
public string DataDefinitionName { get; }
Property Value
Type | Description |
---|---|
System.String |
DataSourceName
Declaration
public string DataSourceName { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
GetMatchedDependentVariables()
Declaration
public PostScenarioResultGroupVariable[] GetMatchedDependentVariables()
Returns
Type | Description |
---|---|
PostScenarioResultGroupVariable[] |
GetMatchedIndependentVariables()
Declaration
public PostScenarioResultGroupVariable[] GetMatchedIndependentVariables()
Returns
Type | Description |
---|---|
PostScenarioResultGroupVariable[] |
GetMatchedSelectionVariables()
Declaration
public PostScenarioResultGroupVariable[] GetMatchedSelectionVariables()
Returns
Type | Description |
---|---|
PostScenarioResultGroupVariable[] |
GetVariableValues(String, out PostScenarioVariant, out PostScenarioVariant[])
Declaration
public void GetVariableValues(string variableName, out PostScenarioVariant defaultValue, out PostScenarioVariant[] values)
Parameters
Type | Name | Description |
---|---|---|
System.String | variableName | |
PostScenarioVariant | defaultValue | |
PostScenarioVariant[] | values |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable