Previous Topic: bool SetRenamePath(HAROBJID iObjId)

Next Topic: bool SetPackage(HAROBJID iObjId)


bool SetPackage(LPCTSTR szPackageName)

Sets the specified Package as the current context Package.

Owning Class

CaContext

Arguments

LPCTSTR szPackageName

Return Value

True if success, false if fails

Example

rContext.SetPackage(szName);

More information: