NXOpen .NET Reference  12.0.0
Public Member Functions | Properties | List of all members
NXOpen.CAE.PostScenarioVariable Class Reference

A selection variable to which values can be bound in order to define a user selection for a post scenario. More...

Inheritance diagram for NXOpen.CAE.PostScenarioVariable:

Public Member Functions

unsafe void AssignBooleanValues (bool[] values)
 Assign boolean values to this Selection Variable. More...
 
unsafe void AssignIntegerValues (int[] values)
 Assign integer values to this Selection Variable. More...
 
unsafe void AssignDoubleValues (double[] values)
 Assign double values to this Selection Variable. More...
 
unsafe void AssignComplexValues (NXOpen.CAE.Complex[] values)
 Assign complex values to this Selection Variable. More...
 
unsafe void AssignStringValues (string[] values)
 Assign string values to this Selection Variable. More...
 
unsafe void AssignUnicodeStringValues (string[] values)
 Assign unicode string values to this Selection Variable. More...
 
unsafe void AssignValues (NXOpen.CAE.PostScenarioVariant[] values)
 Assign variant values to this Selection Variable. More...
 
unsafe
NXOpen.CAE.PostScenarioVariant[] 
GetValues ()
 Read the available values of this variable. More...
 

Properties

unsafe string DisplayName [get]
 Returns the localized name of this Variable. More...
 
unsafe string Name [get]
 Returns the name of this Variable. More...
 

Detailed Description

A selection variable to which values can be bound in order to define a user selection for a post scenario.

See NXOpen.CAE.PostScenarioSelectionParameters

Not support KF.

Created in NX11.0.0

Member Function Documentation

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

Assign boolean values to this Selection Variable.

The assigned values must be a subset of the values returned by GetValues, otherwise an exception is raised.

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.PostScenarioVariable.AssignComplexValues ( NXOpen.CAE.Complex[]  values)

Assign complex values to this Selection Variable.

The assigned values must be a subset of the values returned by GetValues, otherwise an exception is raised.

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.PostScenarioVariable.AssignDoubleValues ( double[]  values)

Assign double values to this Selection Variable.

The assigned values must be a subset of the values returned by GetValues, otherwise an exception is raised.

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.PostScenarioVariable.AssignIntegerValues ( int[]  values)

Assign integer values to this Selection Variable.

The assigned values must be a subset of the values returned by GetValues, otherwise an exception is raised.

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.PostScenarioVariable.AssignStringValues ( string[]  values)

Assign string values to this Selection Variable.

The assigned values must be a subset of the values returned by GetValues, otherwise an exception is raised.

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.PostScenarioVariable.AssignUnicodeStringValues ( string[]  values)

Assign unicode string values to this Selection Variable.

The assigned values must be a subset of the values returned by GetValues, otherwise an exception is raised.

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.PostScenarioVariable.AssignValues ( NXOpen.CAE.PostScenarioVariant[]  values)

Assign variant values to this Selection Variable.

The assigned values must be a subset of the values returned by GetValues, otherwise an exception is raised.

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.PostScenarioVariable.GetValues ( )

Read the available values of this variable.

The returned values have to be disposed explicitely. This returns all the possible values which can be assigned to this PostScenarioVariable.

Created in NX11.0.0

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

Returns

Property Documentation

unsafe string NXOpen.CAE.PostScenarioVariable.DisplayName
get

Returns the localized name of this Variable.

Created in NX11.0.0

License requirements: None.

unsafe string NXOpen.CAE.PostScenarioVariable.Name
get

Returns the name of this Variable.

Created in NX11.0.0

License requirements: None.


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