If you want to write the value back into the data store (MgInsertFeatures/MgUpdateFeatures), you will need to use MgNullableProperty objects anyway.
If you are wanting to handle null values as you are reading them from the MgFeatureReader, just call IsNull(propertyName). If it returns true, then that property is null for the current feature, and you can handle this situation accordingly. Other than that, I don't understand the question you are trying to ask. - Jackie -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Set-NULL-value-tp5646753p5647539.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
