Single-Element Functions : List of Functions : stm_r_xx_des_attr_name

stm_r_xx_des_attr_name
Returns the names of design-attributes associated with the specified element. Design-attributes are associated with elements via element forms.
You can call this function without indicating the specific type, as follows:

stm_r_des_attr_name(id, status)

Function type: LIST OF STRING

For elements

 
Syntax
stm_r_xx_des_attr_name(xx_id, status)
Arguments
 
Input/Output
If attr_name does not exist for the specified element, status receives the value stm_attribute_name_not_found.
 
Status Codes