SliceO_Class::Title_Get

 

This method return 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

 

char * Title_Get(

          void

) ;

 

 

Parameters

 

This method does not have a parameter.

 

 

Return value

 

This method return the title of the class.

 

 

Remarks

 

 

Requirements

 

Header:

          sliceO_include.hpp

 

Library:

          sliceO_Structures.lib

 

 

Example

 

 

 

See also