We have got a way to get all the data information for points from an ARC GIS server, What method would I persue in creating a Data Point layer in my map object? Would I loop through the records and add each point to an object then add it to the map? This is the last step in bridging the gap between Think Geo and ARC Server for us, so this is big, just want to make sure I am doing this the most efficient way.
If it matters I am using the MapServerPortClient ESRI object and using the QueryFeatureData2 method to return a QueryResult object.
so if I could use that more directly then looping a recordset, then that would be even better.