Solid Edge Part Type Library
GetDesignVariable Method
Specify Index for which you need design variables.
Returns the Name of the design variable.
Returns Lower design variable value as double.
Returns Upper design variable value as double.
Returns current value of the design limit variable.
Description
Get Design Variable
Syntax
Visual Basic
Public Sub GetDesignVariable( _
   ByVal Index As ULong, _
   ByRef Name As String, _
   ByRef dLowerDesVarVal As Double, _
   ByRef dUpperDesVarVal As Double, _
   ByRef eVarType As FEADesignVarType_Auto, _
   ByRef eVarUpperBoundType As FEADesBoundType_Auto, _
   ByRef eVarLoweBoundType As FEADesBoundType_Auto, _
   ByRef dCurrentValue As Double _
) 
Parameters
Index
Specify Index for which you need design variables.
Name
Returns the Name of the design variable.
dLowerDesVarVal
Returns Lower design variable value as double.
dUpperDesVarVal
Returns Upper design variable value as double.
eVarType
ValueDescription
eFEADesignVarTypeDim_Auto 
eFEADesignVarTypeNone_Auto 
eFEADesignVarTypeSimVar_Auto 
eFEADesignVarTypeVar_Auto 
eVarUpperBoundType
ValueDescription
eFEADesBoundTypeNone_Auto 
eFEADesBoundTypeValue_Auto 
eVarLoweBoundType
ValueDescription
eFEADesBoundTypeNone_Auto 
eFEADesBoundTypeValue_Auto 
dCurrentValue
Returns current value of the design limit variable.
See Also

Optimization Object  | Optimization Members