Previous Topic: LPCTSTR GetTargetItemPath (void)

Next Topic: bool GetCreateOnBranch(void)


HAROBJID GetTargetItemPathObjId(void)

Retrieves the current value of the target item path object ID attribute.

Owning Class

CaMovePath

Arguments

None

Return Value

HAROBJID-minus one if not set otherwise the current id

Example

CaMovePath& rMovePath = rContext.GetMovePath();
HAROBJID iPathItemId = rMovePath.GetTargetItemPathObjId();

More information: