예제 #1
0
        /// <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();
        }
예제 #2
0
        /// <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();
        }