NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
NXOpen.CAE.PostScenarioConfigurationVariable Class Reference

A configuration variable to which values can be bound in order to define a user selection (NXOpen.CAE.PostScenarioSelectionParameters ) for a post scenario (NXOpen.CAE.PostScenarioBuilder ). More...

Inheritance diagram for NXOpen.CAE.PostScenarioConfigurationVariable:
NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void AssignBooleanValues (bool[] values)
 Bind values to this Selection Variable. More...
 
unsafe void AssignComplexValues (NXOpen.CAE.Complex[] values)
 Bind values to this Selection Variable. More...
 
unsafe void AssignDoubleValues (double[] values)
 Bind values to this Selection Variable. More...
 
unsafe void AssignIntegerValues (int[] values)
 Bind values to this Selection Variable. More...
 
unsafe void AssignStringValues (string[] values)
 Bind values to this Selection Variable. More...
 
unsafe void AssignUnicodeStringValues (string[] values)
 Bind values to this Selection Variable. More...
 
unsafe void AssignValues (NXOpen.CAE.PostScenarioVariant[] values)
 Bind values to this Selection Variable. More...
 
unsafe
NXOpen.CAE.PostScenarioVariant[] 
GetAssignedValues ()
 Retrieve the currently assigned values. More...
 
unsafe void GetValues (out NXOpen.CAE.PostScenarioVariant[] values)
 Retrieve the list of available values. More...
 
unsafe
NXOpen.CAE.PostScenarioVariant[] 
GetValues2 ()
 Retrieve the list of available values. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe string Name [get]
 Returns the name of this Variable. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

A configuration variable to which values can be bound in order to define a user selection (NXOpen.CAE.PostScenarioSelectionParameters ) for a post scenario (NXOpen.CAE.PostScenarioBuilder ).

Not support KF.

Created in NX11.0.0

Member Function Documentation

unsafe void NXOpen.CAE.PostScenarioConfigurationVariable.AssignBooleanValues ( bool[]  values)
inline

Bind values to this Selection Variable.

Created in NX11.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
values
unsafe void NXOpen.CAE.PostScenarioConfigurationVariable.AssignComplexValues ( NXOpen.CAE.Complex[]  values)
inline

Bind values to this Selection Variable.

Created in NX11.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
values
unsafe void NXOpen.CAE.PostScenarioConfigurationVariable.AssignDoubleValues ( double[]  values)
inline

Bind values to this Selection Variable.

Created in NX11.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
values
unsafe void NXOpen.CAE.PostScenarioConfigurationVariable.AssignIntegerValues ( int[]  values)
inline

Bind values to this Selection Variable.

Created in NX11.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
values
unsafe void NXOpen.CAE.PostScenarioConfigurationVariable.AssignStringValues ( string[]  values)
inline

Bind values to this Selection Variable.

Created in NX11.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
values
unsafe void NXOpen.CAE.PostScenarioConfigurationVariable.AssignUnicodeStringValues ( string[]  values)
inline

Bind values to this Selection Variable.

Created in NX11.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
values
unsafe void NXOpen.CAE.PostScenarioConfigurationVariable.AssignValues ( NXOpen.CAE.PostScenarioVariant[]  values)
inline

Bind values to this Selection Variable.

Created in NX11.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
values
unsafe NXOpen.CAE.PostScenarioVariant [] NXOpen.CAE.PostScenarioConfigurationVariable.GetAssignedValues ( )
inline

Retrieve the currently assigned values.

The returned values have to be disposed explicitely.

Created in NX11.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Returns
unsafe void NXOpen.CAE.PostScenarioConfigurationVariable.GetValues ( out NXOpen.CAE.PostScenarioVariant[]  values)
inline

Retrieve the list of available values.

This method returns an empty list if this variable accepts free input; i.e. it only applies to configuration variables which are "choice"-type.

Created in NX11.0.0

Deprecated in NX1872.0.0. Use CAE.PostScenarioConfigurationVariable.GetValues2 with a corrected signature instead.

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
values
unsafe NXOpen.CAE.PostScenarioVariant [] NXOpen.CAE.PostScenarioConfigurationVariable.GetValues2 ( )
inline

Retrieve the list of available values.

This method returns an empty list if this variable accepts free input; i.e. it only applies to configuration variables which are "choice"-type.

Created in NX1872.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Returns

Property Documentation

unsafe string NXOpen.CAE.PostScenarioConfigurationVariable.Name
get

Returns the name of this Variable.

Created in NX11.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.