Category Features, Object ProFeature

Function ProFeatureHasBackup


Description
Determines whether the specified feature has a local backup of external reference(s) created by the system due to the Reference Control settings.

NOTE: CopyGeom features have no local backups of reference data.

Synopsis
#include <ProCopyGeom.h>
ProErrorProFeatureHasBackup(
ProFeature* feature
/* (In)
The handle to a feature to be checked.
*/
ProBoolean* p_has_backup
/* (Out)
PRO_B_TRUE if the feature has a local backup; otherwise PRO_B_FALSE.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully returned the information.
PRO_TK_BAD_INPUTSInvalid feature handler.
PRO_TK_NOT_VALIDRequired license not found.

Manual References:

  1. Assembly: Top-down Design: Feature and CopyGeom Feature Functions
  2. Assembly: Top-down Design: Feature and CopyGeom Feature Functions

Sample Code References:

  1. pt_examples ( TestExtrefInfo.c )
  2. pt_examples ( TestExtrefInfo.c )
  3. pt_examples ( TestExtrefInfo.c )