Common editor interface RSO available attributes array. 
If the RSOAvailableAttributesArray instance is empty, it will return 'False' in comparison checks. 
    4 attrArray = compRef.GetAvailableAttributes()
 
  
      
        
          | String RSOAvailableAttributesArray::GetAttribute | ( | unsigned int | attribIdx | ) |  | 
      
 
get an attribute from the array 
- Parameters
- 
  
    | attribIdx | zero based index to desired attribute( < GetCount() ) |  
 
- Returns
- the desired attribute from the array 
- Exceptions
- 
  
    | CEIException | if index is out of rangeF |  
 
 
 
      
        
          | unsigned int RSOAvailableAttributesArray::GetCount | ( | void |  | ) |  | 
      
 
get the number of available attributes in the array 
- Returns
- the number of available attributes in the array 
 
 
      
        
          | bool RSOAvailableAttributesArray::IsAttributeInArray | ( | String | attribute | ) |  | 
      
 
determine if the given attribute is in the array 
- Parameters
- 
  
    | attribute | desired attribute |  
 
 
 
The documentation for this class was generated from the following file: