API Documentation > Features > Object ProFeature > Function ProFeatureSubtypeGet
Function ProFeatureSubtypeGet
Description
Retrieves the subtype of the specified feature.
Replacement in Object TOOLKIT:
Synopsis
#include <ProFeature.h>
ProFeatureSubtypeGet
(
ProFeature* feature
/* (In)
The feature
*/
ProLine subtype
/* (Out)
The feature subtype
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
See Also
User Guide References
Was this helpful?