Previous Topic: HAROBJID GetViewPathId(void) const

Next Topic: HAROBJID GetSnapshotViewId(void) const


LPCTSTR GetSnapshotViewName(void) const

Retrieves the name of the current SnapshotView.

Owning Class

CaContext

Arguments

None

Return Value

SnapshotView name if set, empty string if empty

Example

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