attributeCategories

Type: Array of JSON objects
Required: No

"attributeCategories": [
   {
      "name": "Value",
      "displayPriority": 500,
      "defaultCollapsed": false,
      "description": ""
   }
]

The property is used to prioritize new attribute categories that are assigned under Attributes. Prioritization is used to determine the displayed order of the categories in the Engineering Properties window. The attribute categories are described within a JSON object.

The following properties can be defined: