Category Features, Object ProFeature

Function ProFeatureCopiedRefStateDetailsGet


Description
Retrieves the status of copied references for the specified feature.

NOTE:

This functions works for CopyGeom features or features with a local backup of references.

Synopsis
#include <ProCopyGeom.h>
ProErrorProFeatureCopiedRefStateDetailsGet(
ProFeature* feature
/* (In)
The handle to a feature to be checked.
*/
ProCopiedRefStateDetails* p_copref_state_details
/* (Out)
The current state of the feature's copied references.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully returned the information.
PRO_TK_BAD_INPUTSInvalid feature handler.
PRO_TK_E_NOT_FOUNDThe feature is not of type PRO_FEAT_GEOM_COPY and has no local backup.
PRO_TK_INVALID_TYPEThe feature is not of type PRO_FEAT_GEOM_COPY and has no local backup.
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 )