Category Features, Object ProFeature

Function ProFeatureTypenameGet


Description
Retrieves the type name of the specified feature.
Replacement in Object TOOLKIT: pfcFeature::FeatTypeName
Synopsis
#include <ProFeature.h>
ProErrorProFeatureTypenameGet(
ProFeature* feature
/* (In)
The feature
*/
ProName feattypename
/* (Out)
The feature type name
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_GENERAL_ERRORAn error occurred.
PRO_TK_BAD_INPUTSThe input argument is NULL or otherwise invalid.
See Also
ProFeatType.h

Manual References:

  1. Assembly: Data Sharing Features: Accessing Properties of Variant Features
  2. Core: Features: Feature Inquiry
  3. Core: Features: Feature Inquiry