Solid Edge Part Type Library
GetDesignObjective Method
Returns name of the design objective.
Returns the target value for the design objective variable.
Returns the current value for thro design objective variable.
Description
Get Design Objective
Syntax
Visual Basic
Public Sub GetDesignObjective( _
   ByRef Name As String, _
   ByRef eObjectivType As FEADesObjType_Auto, _
   ByRef eObjectiveActionType As FEADesObjAction_Auto, _
   ByRef eObjectiveValueType As FEADesObjValueType_Auto, _
   ByRef dTargetValue As Double, _
   ByRef dCurrentValue As Double _
) 
Parameters
Name
Returns name of the design objective.
eObjectivType
ValueDescription
eDesObjTypeFrequency_Auto 
eDesObjTypeLoadFactor_Auto 
eDesObjTypeMass_Auto 
eDesObjTypeNone_Auto 
eDesObjTypeResComp_Auto 
eDesObjTypeSurfArea_Auto 
eDesObjTypeVloume_Auto 
eObjectiveActionType
ValueDescription
eDesObjActionMax_Auto 
eDesObjActionMin_Auto 
eDesObjActionNone_Auto 
eDesObjActionTarget_Auto 
eObjectiveValueType
ValueDescription
eDesObjValueTyeNone_Auto 
eDesObjValueTypeMin_Auto 
eDesObjValueypeMax_Auto 
dTargetValue
Returns the target value for the design objective variable.
dCurrentValue
Returns the current value for thro design objective variable.
See Also

Optimization Object  | Optimization Members