API 文件集 > Features > Object ProFeature > Function ProFeatureSectionCopy
Function ProFeatureSectionCopy
Description
Returns the copy of the requested section of the feature.
Replacement in Object TOOLKIT:
Synopsis
#include <ProFeature.h>
ProFeatureSectionCopy
(
ProFeature* feat_handle
/* (In)
The feature.
*/
int section_number
/* (In)
The section number. The valid values are 0 to (n-1), where n is the number of sections given by the function ProFeatureNumSectionsGet().
*/
ProSection* p_section
/* (Out)
The copy of the requested feature section. The function allocates the memory for this object. Use the function ProSectionFree() to free the object.
*/
)
Returns
The function successfully retrieved the information.
The section is not available for use.
One or more of the input arguments are invalid.
See Also
Sample Code References
這是否有幫助?