API Documentation > Feature element trees > Object ProElement > Function ProElementReferenceSet
Function ProElementReferenceSet
Description
Sets the reference value for the element.
Synopsis
#include <ProElement.h>
ProElementReferenceSet
(
ProElement element
/* (In)
The element.
*/
ProReference reference
/* (In)
The reference value.
*/
)
Returns
The function succeeded.
One or more arguments is invalid.
The element does not allow this type of value.
See Also
Sample Code References
User Guide References
Was this helpful?