Description | ||||||||
Returns the regeneration sequence number of a feature.
NOTE: Do not confuse this with a feature identifier. A feature identifier identifies a feature uniquely in a part or an assembly. The feature number tells you the sequential location of the feature in the feature list of the part or assembly. |
||||||||
Replacement in Object TOOLKIT: | pfcFeature::Number | |||||||
Synopsis | ||||||||
#include <ProFeature.h> | ||||||||
ProError | ProFeatureNumberGet | ( | ||||||
ProFeature* p_feat_handle | ||||||||
/* (In) | ||||||||
The feature | ||||||||
*/ | ||||||||
int* r_feat_num | ||||||||
/* (Out) | ||||||||
The sequence number of the supplied feature for regeneration | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|