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
Afficher le fichier Open project: Esri/coordinate-conversion-addin-dotnet

Méthodes publiques

Méthode Description
AddinImpl ( ) : System
GetMainVM ( ) : MainViewModel
SetInput ( double x, double y ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnCreateChild ( ) : IntPtr

Method Details

AddinImpl() public méthode

public AddinImpl ( ) : System
Résultat System

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetMainVM() public méthode

public GetMainVM ( ) : MainViewModel
Résultat ArcMapAddinCoordinateConversion.ViewModels.MainViewModel

OnCreateChild() protected méthode

protected OnCreateChild ( ) : IntPtr
Résultat System.IntPtr

SetInput() public méthode

public SetInput ( double x, double y ) : void
x double
y double
Résultat void