Previous Topic: LPCTSTR GetViewPath(void) const

Next Topic: CaItem& GetViewPathItem(void)


LPCTSTR GetInteractiveMergeName(void) const

Retrieves the name of the current InteractiveMerge

Owning Class

CaContext

Arguments

None

Return Value

InteractiveMerge name if set, empty string if empty

Example

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

More information: