API Documentation > Feature element trees > Object ProElement > Function ProElementIsCompound
Function ProElementIsCompound
Description
Determines whether the element specified by the elempath argument is a compound element.
Synopsis
#include <ProElement.h>
ProElementIsCompound
(
ProElement elemtree
/* (In)
The element tree.
*/
ProElempath elempath
/* (In)
The path to the element.
*/
ProBoolean* p_is_compound
/* (Out)
If the element is a compound element, this is PRO_B_TRUE.Otherwise, this is PRO_B_FALSE.
*/
)
Returns
The function successfully determined whether the element is a compound element.
One or more of the input arguments are invalid.
See Also
Sample Code References
User Guide References
Was this helpful?