[mapguide-commits] r6991 - trunk/MgDev/Common/PlatformBase/MapLayer

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sat Sep 8 09:21:05 PDT 2012


Author: jng
Date: 2012-09-08 09:21:05 -0700 (Sat, 08 Sep 2012)
New Revision: 6991

Modified:
   trunk/MgDev/Common/PlatformBase/MapLayer/LayerBase.h
Log:
#2103: Fix MgLayerBase::GetFeatureGeometryName being tagged incorrectly a FeatureGeometryName read-only property is now properly generated for the MgLayerBase proxy class for .net

Modified: trunk/MgDev/Common/PlatformBase/MapLayer/LayerBase.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/MapLayer/LayerBase.h	2012-09-08 15:54:03 UTC (rev 6990)
+++ trunk/MgDev/Common/PlatformBase/MapLayer/LayerBase.h	2012-09-08 16:21:05 UTC (rev 6991)
@@ -707,7 +707,7 @@
     /// \return
     /// Returns the feature geometry name or an empty string if this layer is not a feature layer
     ///
-    virtual STRING GetFeatureGeometryName();  /// _get
+    virtual STRING GetFeatureGeometryName();  /// __get
 
     //////////////////////////////////////////////////////////////////
     /// \brief



More information about the mapguide-commits mailing list