Documentação da API > Features > Object ProFeature > Function ProFeatureIsNcseq
Function ProFeatureIsNcseq
Description
Determines whether a feature is an NC sequence.
Synopsis
#include <ProNcseq.h>
ProFeatureIsNcseq
(
/* (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
The function successfully retrieved the information.
The input argument is invalid.
The specified handle is not a feature.
Sample Code References
User Guide References
Isto foi útil?