C# Class fulcrum.FulcrumTools

Inheritance: ESRI.ArcGIS.Desktop.AddIns.Button
Mostrar archivo Open project: brightrain/arcgis-fulcrum-add-in

Public Properties

Property Type Description
apiBase string
window FulcrumWindow

Public Methods

Method Description
FulcrumTools ( ) : System

Protected Methods

Method Description
OnClick ( ) : void
OnUpdate ( ) : void

Method Details

FulcrumTools() public method

public FulcrumTools ( ) : System
return System

OnClick() protected method

protected OnClick ( ) : void
return void

OnUpdate() protected method

protected OnUpdate ( ) : void
return void

Property Details

apiBase public_oe static_oe property

public static string apiBase
return string

window public_oe static_oe property

public static FulcrumWindow,fulcrum window
return FulcrumWindow