ArcGISRuntime.UWP.Samples.AnalyzeViewshed.AnalyzeViewshed.AnalyzeViewshed C# (CSharp) Method

AnalyzeViewshed() public method

public AnalyzeViewshed ( ) : Esri.ArcGISRuntime.Data
return Esri.ArcGISRuntime.Data
        public AnalyzeViewshed()
        {
            this.InitializeComponent();

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