GetAttributesByCategory
The GetAttributesByCategory function is supported in Studio ONLY. This
function returns the list of attributes, associated to a specific
Category, of an element.
Prototype
GetAttributesByCategory( Category )
Arguments
Category String By value
A valid string containing the name of the Sigmafine category.
Returns
List of Strings
The list of attributes associated to the specific category
Exception
Undefined
Undefined is returned if no element is available, or the Category is empty.
Example
GetAttributesByCategory( 'SF_AnalysisInput' )
This will return a list of all attributes associated to the category SF_AnalysisInput.