Previous Topic: LPCTSTR GetViewName(void) const

Next Topic: LPCTSTR GetSnapshotViewName(void) const


HAROBJID GetViewPathId(void) const

Retrieve the object ID of the viewpath.

Owning Class

CaContext

Arguments

None

Example

CaHarvest Harvest;
 CaContext& rContext = Harvest.GetContext();
bool  bResult = rContext.SetViewPath(“\rep\work”);
 if ( bResult)
	HAROBJID iViewPath = rContext.GetViewPathId();

More information: