Previous Topic: HAROBJID GetItemPathObjId(void)

Next Topic: LPCTSTR GetNewItemPathName(void)


LPCTSTR GetItemPath (void)

Retrieves the current name of the view path attribute.

Owning Class

CaRenamePath

Arguments

None

Return Value

LPCTSTR-current view path value

Example

CaRenamePath& rRenamePath = rContext.GetRenamePath();
CaString szName = rRenamePath.GetItemPath ();

More information: