Category View manager, Object ProXsec

Function ProXsecRename


Description
Rename a cross-section.
Replacement in Object TOOLKIT: pfcXSection::SetName
wfcWXSection::SetName
Synopsis
#include <ProXsec.h>
ProErrorProXsecRename(
ProXsec* xsec
/* (In)
Cross section handle
*/
ProName new_name
/* (In)
New name for the cross section. Note: the contents of this handle will be changed by the function.
*/
)
Returns
PRO_TK_NO_ERRORName successfully changed.
PRO_TK_BAD_INPUTSInvalid input parameter(s); rename aborted.

Manual References:

  1. Core: Cross Sections: Listing Cross Sections
  2. Core: Cross Sections: Listing Cross Sections

Sample Code References:

  1. pt_examples ( TestXsec.c )