Category Features, Object ProFeature

Function ProFeatureDSFDependencyNotifyGet


Description
Get current notification status 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>
ProErrorProFeatureDSFDependencyNotifyGet(
ProFeature* feature
/* (In)
The handle to a feature.
*/
ProDsfNotifyUpdate* r_notify_status
/* (Out)
Current Notification status.
*/
)
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
ProFeatureDSFDependencyNotifySet
ProFeatureDSFDependencystateGet
ProFeatureDSFDependencystateSet

Manual References:

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