Function ProSectionNameSet
Description
Sets the name of the specified section.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSection.h>
ProSectionNameSet
(
ProSection section
/* (In)
The section
*/
wchar_t new_name[]
/* (In)
The new name for the section
*/
)
Returns
The function successfully set the name.
Model is in read-only state.
One or more of the arguments are invalid.
A general error occurred and the function failed.
Could not rename the section because another section with this name already exists.
Sample Code References
User Guide References
Isto foi útil?