Documentação da API > Features > Object ProFeature > Function ProFeatureNumSectionsGet
Function ProFeatureNumSectionsGet
Description
Returns the number of sections owned by the specified feature.
Replacement in Object TOOLKIT:
Synopsis
#include <ProFeature.h>
ProFeatureNumSectionsGet
(
ProFeature* feat_handle
/* (In)
The feature
*/
int* p_n_sections
/* (Out)
The number of sections in the feature
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
Sample Code References
User Guide References
Isto foi útil?