This method sets the title of the class. The title is the same for all instances of the same class and is usually the class name. For example, the title for the SliceO_Root class is "Root", the title for the SliceO_Frame class is "Frame".
Syntax
void Title_Set(
char *title
) ;
Parameters
title
The new title for the class.
Return value
This method does not return a value.
Remarks
Requirements
Header:
sliceO_include.hpp
Library:
sliceO_Structures.lib
Example
See also