Previous Topic: HAROBJID GetProjectId(void) const

Next Topic: HAROBJID GetStateId(void) const


LPCTSTR GetStateName(void) const

Retrieve the name of the current State.

Owning Class

CaContext

Arguments

None

Return Value

State name if set, empty string if empty.

Example

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