/// <summary> /// This creates a blank MapPointLayer with the DataSet set to an empty new featureset of the Point featuretype. /// </summary> public MyCustomLayer2() { Configure(); //assign the data set DataSet = new MyCustomDataSet(); }