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> | |||||||||||||||||
ProError | ProFeatureDSFDependencystateSet | ( | |||||||||||||||
ProFeature* feature | |||||||||||||||||
/* (In) | |||||||||||||||||
The handle to a feature to be checked. | |||||||||||||||||
*/ | |||||||||||||||||
ProDSFDependency dependency | |||||||||||||||||
/* (In) | |||||||||||||||||
Status to set. See ProDSFDependency in ProDataShareFeat.h | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|
|||||||||||||||||
See Also | |||||||||||||||||
ProFeatureDSFDependencystateGet |