Class PostScenarioConfigurationVariable
Inheritance
System.Object
System.MarshalByRefObject
PostScenarioConfigurationVariable
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 PostScenarioConfigurationVariable : TaggedObject, IMessageSink
Constructors
PostScenarioConfigurationVariable()
Declaration
protected PostScenarioConfigurationVariable()
Properties
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
AssignBooleanValues(Boolean[])
Declaration
public void AssignBooleanValues(bool[] values)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean[] | values |
AssignComplexValues(Complex[])
Declaration
public void AssignComplexValues(Complex[] values)
Parameters
Type | Name | Description |
---|---|---|
Complex[] | values |
AssignDoubleValues(Double[])
Declaration
public void AssignDoubleValues(double[] values)
Parameters
Type | Name | Description |
---|---|---|
System.Double[] | values |
AssignIntegerValues(Int32[])
Declaration
public void AssignIntegerValues(int[] values)
Parameters
Type | Name | Description |
---|---|---|
System.Int32[] | values |
AssignStringValues(String[])
Declaration
public void AssignStringValues(string[] values)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | values |
AssignUnicodeStringValues(String[])
Declaration
public void AssignUnicodeStringValues(string[] values)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | values |
AssignValues(PostScenarioVariant[])
Declaration
public void AssignValues(PostScenarioVariant[] values)
Parameters
Type | Name | Description |
---|---|---|
PostScenarioVariant[] | values |
GetValues(out PostScenarioVariant[])
Declaration
public void GetValues(out PostScenarioVariant[] values)
Parameters
Type | Name | Description |
---|---|---|
PostScenarioVariant[] | values |
Implements
System.Runtime.Remoting.Messaging.IMessageSink