Previous Topic: HAROBJID GetPackageId(void) const

Next Topic: LPCTSTR GetViewName(void) const


HAROBJID GetViewName(void) const

Retrieves the object ID of the current View.

Owning Class

CaContext

Arguments

None

Return Value

View object ID if set, empty string if empty

Example

CaHarvest Harvest; CaContext& rContext = Harvest.GetContext(); HAROBJID iId = rContext.GetViewId();

More information: