Previous Topic: void SetViewPath(LPCTSTR szViewPath)

Next Topic: bool IsPackageSet()


void SetViewPathById(HAROBJID iObjId)

Sets the specified View Path as the current View Path.

Owning Class

CaContext

Arguments

HAROBJID iObjId

Return Value

None

Example

CaHarvest Harvest;
 CaContext& rContext = Harvest.GetContext();
rContext.SetViewPathById(iObjid);

More information: