API 설명서 > Features > Object ProFeature > Function ProFeatureCopiedRefStateDetailsGet
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>
ProFeatureCopiedRefStateDetailsGet
(
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
The function successfully returned the information.
Invalid feature handler.
The feature is not of type PRO_FEAT_GEOM_COPY and has no local backup.
The feature is not of type PRO_FEAT_GEOM_COPY and has no local backup.
Required license not found.
Sample Code References
User Guide References
도움이 되셨나요?