Include :

- aggiornamento.
This commit is contained in:
Dario Sassi
2016-05-17 11:58:35 +00:00
parent 0f0c6cda6f
commit c8fb623890
+1 -1
View File
@@ -32,7 +32,7 @@ class __declspec( novtable) IUserObj
public : // save & load
virtual bool ToSave( void) const { return false ; }
virtual bool Save( STRVECTOR& vString) const { return false ; }
virtual bool Load( const STRVECTOR& vString) { 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 ; }
virtual bool Translate( const Vector3d& vtMove) { return true ; }