C# Class ExportActiveViewCS_Net_Addin.ExportActiveViewCS_Net

This class creates a command that will export the active view to any supported format.
Inheritance: ESRI.ArcGIS.Desktop.AddIns.Button
Mostrar archivo Open project: Esri/arcobjects-sdk-community-samples

Public Methods

Method Description
ExportActiveViewCS_Net ( ) : System

Protected Methods

Method Description
OnClick ( ) : void

Occurs when this command is clicked

OnUpdate ( ) : void

Private Methods

Method Description
DisableFontSmoothing ( ) : void
EnableFontSmoothing ( ) : void
ExportActiveViewParameterized ( long iOutputResolution, long lResampleRatio, string ExportType, string sOutputDir, System.Boolean bClipToGraphicsExtent ) : void
GetFontSmoothing ( ) : System.Boolean
SystemParametersInfo ( uint uiAction, uint uiParam, int &pvParam, uint fWinIni ) : bool

Method Details

ExportActiveViewCS_Net() public method

public ExportActiveViewCS_Net ( ) : System
return System

OnClick() protected method

Occurs when this command is clicked
protected OnClick ( ) : void
return void

OnUpdate() protected method

protected OnUpdate ( ) : void
return void