ArcGISRuntime.WPF.Samples.CreateFeatureCollectionLayer.CreateFeatureCollectionLayer.CreateFeatureCollectionLayer C# (CSharp) Метод

CreateFeatureCollectionLayer() публичный Метод

public CreateFeatureCollectionLayer ( ) : Esri.ArcGISRuntime.Data
Результат Esri.ArcGISRuntime.Data
        public CreateFeatureCollectionLayer()
        {
            InitializeComponent();

            // Call a function to set up the map
            Initialize();
        }