Category Sketches and sections, Object ProSection

Function ProSectionNameGet


Description
Returns the name of the specified section.
Replacement in Object TOOLKIT: wfcSection::GetName
Synopsis
#include <ProSection.h>
ProErrorProSectionNameGet(
ProSection section
/* (In)
The section.
*/
ProName r_name
/* (Out)
The name of the section. To keep this data, you must copy it.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the name of the section.
PRO_TK_BAD_INPUTSThe input argument is invalid.
PRO_TK_GENERAL_ERRORA general error occurred and the function failed.

Manual References:

  1. Element Trees: Sections: Allocating a Two-Dimensional Section

Sample Code References:

  1. pt_examples ( TestSect.c )