Include :

- aggiornamento prototipi.
This commit is contained in:
Dario Sassi
2018-01-30 17:25:50 +00:00
parent 3a1c5aab43
commit 6ad4fff97c
+1 -1
View File
@@ -31,7 +31,7 @@ class __declspec( novtable) IUserObj
virtual IGeomDB* GetGeomDB( void) const = 0 ;
public : // save & load
virtual bool ToSave( void) const { return false ; }
virtual bool Save( STRVECTOR& vString) const { return false ; }
virtual bool Save( int nBaseId, STRVECTOR& vString) const { return false ; }
virtual bool Load( const STRVECTOR& vString, int nBaseGdbId) { return false ; }
public : // show & transform geometry (only if with a GeoObj)
virtual bool GetDrawPolyLines( POLYLINELIST& lstPL) const { return false ; }