Try our new documentation site (beta).
Filter Content By
Version
Text Search
${sidebar_list_label} - Back
Filter by Language
GRBModel.getVarByName()
Retrieve a variable from its name. If multiple variables have the same name, this method chooses one arbitrarily. Returns null if no variable has that name.
GRBVar | getVarByName ( | String | name ) |
Arguments:
name: The name of the desired variable.
Return value:
The requested variable.