Previous Topic: bool SetProject(LPCTSTR szProjectName)

Next Topic: bool SetState(LPCTSTR szStateName)


bool SetProject(HAROBJID iObjId)

Sets the specified Project as the current context Project.

Owning Class

CaContext

Arguments

HAROBJID iObjId

Return Value

True if success, false if fails

Example

rContext.SetProject(iObjId);

More information: