Category Creo Parametric fundamentals, Object ProModelitem

Function ProModelitemIsZone


Description
Check if ProModelitem is a zone feature.
Replacement in Object TOOLKIT: wfcWModelItem::IsZoneFeature
Synopsis
#include <ProXsec.h>
ProErrorProModelitemIsZone(
ProModelitem* p_item
/* (In)
ProModelitem handle.
*/
ProBoolean* p_val
/* (Out)
ProBoolean is TRUE for zone, otherwise FALSE.
*/
)
Returns
PRO_TK_NO_ERRORp_item successfully checked.
PRO_TK_BAD_INPUTSp_item is NULL or p_item->owner is invalid.

Manual References:

  1. Core: Features: Feature Inquiry
  2. Core: Features: Feature Inquiry