Try this before you loop the feature reader: MgClassDefinition clsDef = AFeatureReader.GetClassDefinition(); string geomPropName = clsDef.GetDefaultGeometryPropertyName();
The use the geomPropName instead of "geometry" in your GetGeometry() call - Jackie -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/SOS-Value-for-Geometry-property-is-null-tp6248735p6249087.html Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
