Try our new documentation site (beta).
Filter Content By
Version
Text Search
${sidebar_list_label} - Back
Filter by Language
GRBBatch.Get()
Query the value of an attribute.
int | Get ( | GRB_IntAttr | attr ) |
Query the value of an int-valued batch attribute.
Arguments:
attr: The attribute being queried.
Return value:
The current value of the requested attribute.
string | Get ( | GRB_StringAttr | attr ) |
Query the value of a string-valued batch attribute.
Arguments:
attr: The attribute being queried.
Return value:
The current value of the requested attribute.