HSDK Class Descriptions › CaContext › LPCTSTR GetViewName(void) const
Retrieves the name of the current View.
CaContext
None
View name if set, empty string if empty
Example
CaHarvest Harvest; CaContext& rContext = Harvest.GetContext(); CaString szName = rContext.GetViewName();