OpenDOF Project
boolean DOFInterfaceBuilder_AddProperty ( DOFInterfaceBuilder  self,
DOFItemID  itemID,
DOFPropertyAccessPermission  accessLevel,
DOFType  type 
)

Add a property to the interface builder.

Parameters
selfThe DOFInterfaceBuilder to which the property is added. If NULL, no action will be taken.
itemIDThe DOFItemID corresponding to the property to be added. Should not be NULL.
accessLevelIndicates whether the property is readable, writeable, or both. Should not be NULL, as a 0 value indicates neither read nor write permissions.
typeThe type of the property being added. Should not be NULL.
Returns
boolean TRUE if the property was successfully added.
Exceptions
FALSEis returned if an invalid parameter was detected or insufficient resources were available to add the property.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22