Previous Topic: HAROBJID GetViewName(void) constNext Topic: HAROBJID GetViewPathId(void) const


LPCTSTR GetViewName(void) const

Retrieves the name of the current View.

Owning Class

CaContext

Arguments

None

Return Value

View name if set, empty string if empty

Example

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