This method return the name of the icon file that will be used to symbolize this instance in the 2D MODE ALL display.
Syntax
char * Icon_Name(
void
) ;
Parameters
This method does not have a parameter.
Return value
This method return the name of an icon fle.
Remarks
The icon file must be of TARGA file format, withthe extension ".tga" and be present in the "Icons" sub-directory of the installation directory.
Requirements
Header:
sliceO_include.hpp
Library:
sliceO_Structures.lib
Example
Default method of the SliceO_Class class.
Override method used for the "SliceO_Series" class.
See also