Previous Topic: bool SetProject(HAROBJID iObjId)

Next Topic: bool SetState(HAROBJID iObjId)


bool SetState(LPCTSTR szStateName)

Sets the specified State as the current context State.

Owning Class

CaContext

Arguments

LPCTSTR szStateName

Return Value

True if success, false if fails

Example

rContext.SetState(szName);

More information: