Esempio n. 1
0
        public void PropertySetToDictionaryTest()
        {
            new ArcEngineLicense();
            IPropertySet ps = new PropertySetClass();

            ps.SetProperty("a", "b");
            ps.SetProperty("as", "bs");
            var dic = ps.ToDictionary();
        }