View Single Post

  #2 (permalink)  
Old 01-17-2005
harpanet harpanet is offline
Junior Member
White Belt
 
Join Date: Jan 2005
Posts: 3
I use the following syntax to access MapPoint collections:
Code:
object index = "dataset name";
DataSet  ds = m_Map.DataSets.get_Item(ref index);
It's a bit odd, but it works.
Reply With Quote