Function ProXsecRename
Description
Rename a cross-section.
Replacement in Object TOOLKIT:
Synopsis
#include <ProXsec.h>
ProXsecRename
(
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
Name successfully changed.
Model is in read-only state.
Invalid input parameter(s); rename aborted.
Sample Code References
User Guide References
これは役に立ちましたか?