Previous Topic: bool SetState(LPCTSTR szStateName)

Next Topic: bool SetCheckout(LPCTSTR szCheckoutName)


bool SetState(HAROBJID iObjId)

Sets the specified State as the current context State.

Owning Class

CaContext

Arguments

HAROBJID iObjId

Return Value

True if success, false if fails

Example

rContext.SetState(iObjId);

More information: