Previous Topic: LPCTSTR GetRefactorType(void) const

Next Topic: HAROBJID GetPathVersionObjId(void) const


HAROBJID GetRefactorByPathVersionObjId(void) const

Returns the object ID of the original refactored path version in the case that the Refactor Type is 'S'.

Owning Class

CaVersion

Arguments

None

Return Value

HAROJBID-object ID original refactored path version

Example

CaVersion* pVersion = GetVersionById(iVersionId); 
HAROBJID iID = pVersion->GetRefactorByPathVersionObjId();

More information: