|  | 
Add a property to the interface builder.  Parameters
  
    | self | The DOFInterfaceBuilder to which the property is added. If NULL, no action will be taken. |  | itemID | The DOFItemID corresponding to the property to be added. Should not be NULL. |  | accessLevel | Indicates whether the property is readable, writeable, or both. Should not be NULL, as a 0 value indicates neither read nor write permissions. |  | type | The type of the property being added. Should not be NULL. | 
 Returnsboolean TRUE if the property was successfully added. 
 Exceptions
  
    | FALSE | is returned if an invalid parameter was detected or insufficient resources were available to add the property. | 
 |