API 설명서 > Features > Object ProFeature > Function ProFeatureTypeGet
Function ProFeatureTypeGet
Description
Retrieves the type of the specified feature.
Replacement in Object TOOLKIT:
Synopsis
#include <ProFeature.h>
ProFeatureTypeGet
(
ProFeature* p_feat_handle
/* (In)
The feature
*/
ProFeattype* p_type
/* (Out)
The feature type
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
See Also
Sample Code References
User Guide References
도움이 되셨나요?