Documentação da API > Features > Object ProFeature > Function ProFeatureHasBackup
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>
ProFeatureHasBackup
(
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
The function successfully returned the information.
Invalid feature handler.
Required license not found.
Sample Code References
User Guide References
Isto foi útil?