Category Features, Object ProFeature

Function ProFeatureReadonlySet


Description
Makes all the features up to the specified feature read only.
Synopsis
#include <ProFeature.h>
ProErrorProFeatureReadonlySet(
ProFeature* p_last_feat
/* (In)
The last feature up to which the features are to be read only.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully made all features up to and including the specified feature read-only.
PRO_TK_BAD_INPUTSThe specified feature is invalid.
OtherThe read-only setting was aborted.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestFeats.c )