Previous Topic: CaContext

Next Topic: HAROBJID GetProjectId(void) const


LPCTSTR GetProjectName(void) const

Retrieve the name of the current Project.

Owning Class

CaContext

Arguments

None

Return Value

Project name if set, empty string if empty

Example

CaHarvest Harvest; CaContext& rContext = Harvest.GetContext(); CaString szName = rContext.GetProjectName();