Category Features, Object ProFeature

Function ProFeatureReadonlyUnset


Description
Removes the read-only setting of all the features owned by the specified solid.
Synopsis
#include <ProFeature.h>
ProErrorProFeatureReadonlyUnset(
ProSolid solid
/* (In)
The solid whose read-only setting is to be cleared
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully cleared the read-only setting.
PRO_TK_BAD_INPUTSThe specified part or assembly is invalid.

Manual References:

  1. Core: Features: Manipulating Features
  2. Core: Features: Manipulating Features

Sample Code References:

  1. pt_examples ( TestFeats.c )