Category Features, Object ProFeature

Function ProFeatureDSFDependencyNotifySet


Description
Set notification to visually indicate data sharing feature's source geometry change. This is applicable only for a data sharing feature with dependency status PRO_DSF_UPDATE_MANUALLY.
Synopsis
#include <ProCopyGeom.h>
ProErrorProFeatureDSFDependencyNotifySet(
ProFeature* feature
/* (In)
The handle to a feature.
*/
ProDsfNotifyUpdate notify_status
/* (In)
Notification status on/off.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments is invalid.
PRO_TK_INVALID_TYPEThe feature is not of type PRO_FEAT_GEOM_COPY.
PRO_TK_NOT_VALIDRequired license not found.
PRO_TK_BAD_CONTEXTThe feature dependency is not PRO_DSF_UPDATE_MANUALLY
See Also
ProFeatureDSFDependencyNotifyGet
ProFeatureDSFDependencystateGet
ProFeatureDSFDependencystateSet

Manual References:

  1. Assembly: Top-down Design: Feature and CopyGeom Feature Functions
  2. Assembly: Top-down Design: Feature and CopyGeom Feature Functions
  3. Assembly: Data Sharing Features: Feature Element Tree for the Copy Geometry, Publish Geometry, and Shrinkwrap Features