Changes between Version 7 and Version 8 of MapGuideRfc82


Ignore:
Timestamp:
Sep 14, 2009, 7:45:26 PM (15 years ago)
Author:
klain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc82

    v7 v8  
    639639
    640640Supplied by Autodesk.
     641
     642== Addendum, Sept. 15, 2009 ==
     643
     644A 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{{{
     646virtual INT32 GetPropertyIndex(STRING name) = 0;
     647}}}