Description | |||||||||||
Returns the copy of the requested section of the feature. | |||||||||||
Replacement in Object TOOLKIT: | wfcWFeature::GetSections | ||||||||||
Synopsis | |||||||||||
#include <ProFeature.h> | |||||||||||
ProError | 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 | |||||||||||
|
|||||||||||
See Also | |||||||||||
ProFeatureNumSectionsGet | |||||||||||
ProSectionFree |