API 文档 > Features > Object ProFeature > Function ProFeatureDSFDependencyNotifyGet
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>
ProFeatureDSFDependencyNotifyGet
(
ProFeature* feature
/* (In)
The handle to a feature.
*/
ProDsfNotifyUpdate* r_notify_status
/* (Out)
Current Notification status.
*/
)
Returns
The function succeeded.
One or more arguments is invalid.
The feature is not of type PRO_FEAT_GEOM_COPY.
Required license not found.
The feature dependency is not PRO_DSF_UPDATE_MANUALLY
See Also
这对您有帮助吗?