Category Features, Object ProFeature

Function ProFeatureIsNcseq


Description
Determines whether a feature is an NC sequence.
Synopsis
#include <ProNcseq.h>
ProErrorProFeatureIsNcseq(
ProFeature* feat
/* (In)
The handle to a feature.
*/
ProBoolean* p_is_ncseq
/* (Out)
This is PRO_B_TRUE if the feature is an NC sequence. Otherwise, this is PRO_B_FALSE.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.
PRO_TK_INVALID_TYPEThe specified handle is not a feature.

Manual References:

  1. Assembly: Data Sharing Features: Accessing Properties of Variant Features
  2. Core: Features: Feature Inquiry
  3. Core: Features: Feature Inquiry

Sample Code References:

  1. pt_examples ( UtilFeats.c )
  2. pt_examples ( UtilRoute.c )
  3. pt_examples ( UtilVisit.c )