Changes between Version 7 and Version 8 of MapGuideRfc82
- Timestamp:
- 09/14/09 19:45:26 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc82
v7 v8 639 639 640 640 Supplied by Autodesk. 641 642 == Addendum, Sept. 15, 2009 == 643 644 A new function of {{{FdoInt32 GetPropertyIndex(FdoString* propertyName);}}} has been added with FDO RFC 34 in order to use access by index on FdoIFeatureReader and FdoIDataReader conveniently and correctly. So that function needs also to be exposed in MapGuide API too that a new method is exposed in MgReader: 645 {{{ 646 virtual INT32 GetPropertyIndex(STRING name) = 0; 647 }}}