Function ProModelitemIsHidden
Description
Identifies if the item is hidden via the "Hide" menu choice in Creo Parametric or the related function ProModelitemHide().
Replacement in Object TOOLKIT:
Synopsis
#include <ProLayer.h>
ProModelitemIsHidden
(
/* (In)
The item.
*/
ProBoolean* is_hidden
/* (Out)
PRO_B_TRUE if the item is hidden, PRO_B_FALSE otherwise.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The item is not permitted to be shown or hidden.
User Guide References
¿Fue esto útil?