EgtInterface 1.5j3 :
- aggiunte funzioni a API.
This commit is contained in:
@@ -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) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user