C# Class ArcMapAddinCoordinateConversion.DockableWindowCoordinateConversion.AddinImpl

Implementation class of the dockable window add-in. It is responsible for creating and disposing the user interface class of the dockable window.
Inheritance: ESRI.ArcGIS.Desktop.AddIns.DockableWindow
Show file Open project: Esri/coordinate-conversion-addin-dotnet

Public Methods

Method Description
AddinImpl ( ) : System
GetMainVM ( ) : MainViewModel
SetInput ( double x, double y ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnCreateChild ( ) : IntPtr

Method Details

AddinImpl() public method

public AddinImpl ( ) : System
return System

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetMainVM() public method

public GetMainVM ( ) : MainViewModel
return ArcMapAddinCoordinateConversion.ViewModels.MainViewModel

OnCreateChild() protected method

protected OnCreateChild ( ) : IntPtr
return System.IntPtr

SetInput() public method

public SetInput ( double x, double y ) : void
x double
y double
return void