GetCategoryNames()
- Purpose: The outputs that the UDO solution provides/generates can be classified into multiple categories (like how the application does as displayed in the report creation dialog). These will be listed in the categories field in the dialog box when creating reports from the UDO-generated solution data.
- Returns: list of strings.
Example:
def GetCategoryNames(self):
return ["UDOOutputs"]