Previous Topic: LPCTSTR GetSnapshotViewName(void) const

Next Topic: LPCTSTR GetCheckoutName(void) const


HAROBJID GetSnapshotViewId(void) const

Retrieves the object ID of the current SnapshotView.

Owning Class

CaContext

Arguments

None

Return Value

SnapshotView ID if set, empty string if empty

Example

CaHarvest Harvest; CaContext& rContext = Harvest.GetContext(); HAROBJID iSnapshot = rContext.GetSnapshotViewId();