Category View manager, Object ProXsec

Function ProXsecIsFeature


Description
Check whether the cross section is a feature.
Replacement in Object TOOLKIT: wfcWXSection::IsFeature
Synopsis
#include <ProXsec.h>
ProErrorProXsecIsFeature(
ProXsec* p_sec
/* (In)
Cross-section handle.
*/
ProBoolean* p_value
/* (Out)
ProBoolean is TRUE if p_sec is feat, otherwise FALSE.
*/
)
Returns
PRO_TK_NO_ERRORp_sec successfully checked.
PRO_TK_BAD_INPUTSp_sec or p_value are NULL or invalid.

Manual References:

  1. Core: Cross Sections: Creating and Modifying Cross Sections
  2. Core: Cross Sections: Creating and Modifying Cross Sections