GetRequiredQuantities
A given UDO can specify that it provides one or more computed quantities. The user might choose to create a report from only a few among the various available UDO outputs. This function returns the list of UDO output quantities that the user requested. Only these need be computed in the UDO's Compute method.
UI Access | NA |
Parameters | None |
Return Value | IList<string> |
Python Syntax | GetRequiredQuantities() |
Python Example |
|