GetObject
Retrieves Origin object given the object unique ID
OriginObject GetObject( UINT uid, LPCSTR lpcszGUID = NULL, BOOL bCreateInternalClass = FALSE )
OriginObject if object with unique ID equal to uid passed to function exists
EX1
void Project_GetObject_ex1() { WorksheetPage wks("Book1"); UINT uID = wks.GetUID(TRUE); Page pg; pg = (Page)Project.GetObject(uID); out_str(pg.GetName()); }
Project::GetDataObject
origin.h