Previous Topic: LPCTSTR GetToProjectName(void)

Next Topic: LPCTSTR GetToStateName(void)


HAROBJID GetToStateId(void)

Gets the state id of the target state.

Owning Class

CaMovePackage

Arguments

None

Return Value

HAROBJID – State id of the target state

Example

CaMovePackage& rMovePackage = rContext.GetMovePackage();
HAROBJID stateid = rMovePackage.GetToStateId();

More information: