API 설명서 > Features > Object ProFeature > Function ProFeatureDSFDependencystateSet
Function ProFeatureDSFDependencystateSet
Description
Sets dependency status of data sharing feature. This status govern how DSF will behave, if referenced items have changed: update itself automatically or give "out of date" notification or do nothing waiting for user to check for updates or disconnect itself from source entirely, including not reporting dependency to PDM.
Synopsis
#include <ProCopyGeom.h>
ProFeatureDSFDependencystateSet
(
ProFeature* feature
/* (In)
The handle to a feature to be checked.
*/
ProDSFDependency dependency
/* (In)
Status to set. See ProDSFDependency in ProDataShareFeat.h
*/
)
Returns
The action has been performed successfully.
Invalid feature handler.
The feature is not of type PRO_FEAT_GEOM_COPY.
Copied references in the specified feature have the specified input dependency already set.
Required license not found.
See Also
Sample Code References
User Guide References
도움이 되셨나요?