EgtInterface 1.5j3 :

- aggiunte funzioni a API.
This commit is contained in:
Dario Sassi
2014-10-15 07:41:07 +00:00
parent aaaa45ef4e
commit 3b1e139286
3 changed files with 48 additions and 0 deletions
+10
View File
@@ -52,3 +52,13 @@ BOOL
// deseleziono l'oggetto
return ( pGeomDB->DeselectObj( nId) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtDeselectAll( int nGseCtx)
{
IGeomDB* pGeomDB = GetGeomDB( nGseCtx) ;
VERIFY_GEOMDB( pGeomDB, FALSE)
// deseleziono tutto
return ( pGeomDB->ClearSelection() ? TRUE : FALSE) ;
}