Exemplo n.º 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();
        }
Exemplo n.º 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();
        }