How do i get the class ESRI.ArcGIS.E2API?
public class ButtonWalkthrough : ESRI.ArcGISExplorer.Application.Button { public override void OnClick() { MapDisplay md = ESRI.ArcGISExplorer.Application.Application.ActiveMapDisplay; ESRI.ArcGISExplorer.Geometry.Point location = md.TrackPoint();
public CustomTaskControl(CustomTaskUI taskUI) { _taskUI = taskUI; ESRI.ArcGIS.E2API.Point location = _taskUI.E2.CurrentView.TrackPoint();
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.