Uses of Class
com.opttek.optquest.COptQuestUserControlledVariable
-
Uses of COptQuestUserControlledVariable in com.opttek.optquest
Subclasses of COptQuestUserControlledVariable in com.opttek.optquestModifier and TypeClassDescriptionclassCOptQuestStringVariable allows the user to add a variable that defines an expression where the expression is a mathematical formula that can reference input variables, or output variables by their names.Methods in com.opttek.optquest with parameters of type COptQuestUserControlledVariableModifier and TypeMethodDescriptionCOptQuestSolution.GetReplicationValue(COptQuestUserControlledVariable userVar, int replication) Return the replication value for the input user controlled variable and specified replication.COptQuestSolution.GetReplicationValues(COptQuestUserControlledVariable userVar) Return the replication values for the input variable.voidCOptQuestSolution.SetVariableValue(COptQuestUserControlledVariable var, int replication, double repValue)