ArcGISRuntime.WPF.Samples.IdentifyGraphics.IdentifyGraphics.IdentifyGraphics C# (CSharp) 메소드

IdentifyGraphics() 공개 메소드

public IdentifyGraphics ( ) : Esri.ArcGISRuntime.Data
리턴 Esri.ArcGISRuntime.Data
        public IdentifyGraphics()
        {
            InitializeComponent();

            // Create the UI, setup the control references and execute initialization 
            Initialize();
        }