Solid Edge Part Type Library
AddDesignVariable Method
Specify Name of the variable.
Specify Lower design variable value as double.
Specify upper design variable value as double.
Variable as object.
Description
Add Design Variable
Syntax
Visual Basic
Public Sub AddDesignVariable( _
   ByVal Name As String, _
   ByVal dLowerDesVarVal As Double, _
   ByVal dUpperDesVarVal As Double, _
   ByVal eVarType As FEADesignVarType_Auto, _
   ByVal eVarUpperBoundType As FEADesBoundType_Auto, _
   ByVal eVarLoweBoundType As FEADesBoundType_Auto, _
   ByVal pVariable As Object _
) 
Parameters
Name
Specify Name of the variable.
dLowerDesVarVal
Specify Lower design variable value as double.
dUpperDesVarVal
Specify 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 
pVariable
Variable as object.
See Also

Optimization Object  | Optimization Members