Previous Topic: CaVersionList& GetVersionList(void) const

Next Topic: HAROBJID GetViewObjId(void) const


LPCTSTR GetViewName(void) const

Returns the name of the view that this change package resides in.

Owning Class

CaPackage

Arguments

None

Return Value

HAROJBID-object ID of the view that the package is in

Example

CaPackage * pPackage = rContext.GetPackageByName(_T(“mypackage”)); 
LPCTSTR szName = pPackage->GetViewName();

More information: