Package ilcd
Class ProjectInfo

Public Method getProjectDescription

String getProjectDescription()

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Returns Description
projectDescription a string which contains the description of the project

Returns the project description (can be edited on the "Settings" page of iLCD Manager XEJoC Manager).

Example

Draw.writeText(" get project description: "

               + General.getProjectInfo().getProjectDescription());

See also:

General.getProjectInfo()