EgtInterface :

- piccoli miglioramenti.
This commit is contained in:
Dario Sassi
2014-09-20 22:05:32 +00:00
parent 9c5d823190
commit 6735c79753
6 changed files with 160 additions and 102 deletions
+10
View File
@@ -33,6 +33,16 @@ BOOL
return ( pGeomDB->ExistsObj( nId) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
int
__stdcall EgtGetGroupObjs( int nGseCtx, int nId)
{
IGeomDB* pGeomDB = GetGeomDB( nGseCtx) ;
VERIFY_GEOMDB( pGeomDB, GDB_ID_NULL)
// recupero il primo oggetto nel gruppo
return ( pGeomDB->GetGroupObjs( nId)) ;
}
//-----------------------------------------------------------------------------
int
__stdcall EgtGetFirstInGroup( int nGseCtx, int nGroupId)