Changes between Version 8 and Version 9 of MapGuideRfc80
- Timestamp:
- 08/06/09 23:28:29 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc80
v8 v9 252 252 /// \exception MgInvalidPropertyTypeException. 253 253 /// 254 BYTE GetByte() = 0;254 BYTE GetByte(); 255 255 256 256 /// \brief … … 282 282 /// \exception MgInvalidPropertyTypeException. 283 283 /// 284 float GetSingle() = 0;284 float GetSingle(); 285 285 286 286 /// \brief … … 297 297 /// \exception MgInvalidPropertyTypeException. 298 298 /// 299 double GetDouble() = 0;299 double GetDouble(); 300 300 301 301 /// \brief