Category Features, Object ProFeature

Function ProFeatureDSFDependencystateGet


Description
Gets current dependency status from data sharing feature.
Synopsis
#include <ProCopyGeom.h>
ProErrorProFeatureDSFDependencystateGet(
ProFeature* feature
/* (In)
The handle to a feature to be checked.
*/
ProDSFDependency* r_dependency
/* (Out)
The current status. See ProDSFDependency in ProDataShareFeat.h
*/
)
Returns
PRO_TK_NO_ERRORThe action has been performed successfully.
PRO_TK_BAD_INPUTSInvalid feature handler.
PRO_TK_INVALID_TYPEThe feature is not of type PRO_FEAT_GEOM_COPY.
PRO_TK_NOT_VALIDRequired license not found.
See Also
ProFeatureDSFDependencystateSet

Manual References:

  1. Assembly: Top-down Design: Feature and CopyGeom Feature Functions
  2. Assembly: Top-down Design: Feature and CopyGeom Feature Functions