Public Member Functions | List of all members
ParametricRange Class Reference

ParametricRange class is used to specify the parametric variable range.
The class can be called from OptimizationTable class.
. More...

Public Member Functions

String GetItemName ()
 Returns the variable name. More...
 
double GetMax ()
 Returns the maximum value. More...
 
double GetMin ()
 Returns the minimum value. More...
 
String GetParameterName ()
 Returns the parameter name. More...
 
bool IsModifyMaxValueRange ()
 Returns whether to search the parameter range for the maximum value. More...
 
bool IsModifyMinValueRange ()
 Returns whether to search the parameter range for the minimum value. More...
 
bool IsValid ()
 Returns True as a return value if an object is valid. More...
 
void SetMax (double max)
 Specifies the maximum value. More...
 
void SetMin (double min)
 Specifies the minimum value. More...
 
void SetModifyMaxValueRange (bool flag)
 Specifies whether to search the parameter range for the maximum value. More...
 
void SetModifyMinValueRange (bool flag)
 Specifies whether to search the parameter range for the minimum value. More...
 

Detailed Description

ParametricRange class is used to specify the parametric variable range.
The class can be called from OptimizationTable class.
.

Example of calling the class object:

app.GetModel(0).GetStudy(0).GetOptimizationTable().GetParametricItem(0)

Member Function Documentation

String ParametricRange::GetItemName ( )

Returns the variable name.

Returns
Variable name
ParametricRange_GetItemName.gif
double ParametricRange::GetMax ( )

Returns the maximum value.

Returns
Maximum value
double ParametricRange::GetMin ( )

Returns the minimum value.

Returns
Minimum value
String ParametricRange::GetParameterName ( )

Returns the parameter name.

Returns
Parameter name
bool ParametricRange::IsModifyMaxValueRange ( )

Returns whether to search the parameter range for the maximum value.

Returns
Whether to search the parameter range for the maximum value
bool ParametricRange::IsModifyMinValueRange ( )

Returns whether to search the parameter range for the minimum value.

Returns
Whether to search the parameter range for the minimum value
bool ParametricRange::IsValid ( )

Returns True as a return value if an object is valid.

Returns
Whether or not the ParametricRange object is valid
void ParametricRange::SetMax ( double  max)

Specifies the maximum value.

Parameters
maxMaximum value
void ParametricRange::SetMin ( double  min)

Specifies the minimum value.

Parameters
minMinimum value
void ParametricRange::SetModifyMaxValueRange ( bool  flag)

Specifies whether to search the parameter range for the maximum value.

Parameters
flagWhether to search the parameter range for the maximum value
void ParametricRange::SetModifyMinValueRange ( bool  flag)

Specifies whether to search the parameter range for the minimum value.

Parameters
flagWhether to search the parameter range for the minimum value