C# 클래스 ExportActiveViewCS_Net_Addin.ExportActiveViewCS_Net

This class creates a command that will export the active view to any supported format.
상속: ESRI.ArcGIS.Desktop.AddIns.Button
파일 보기 프로젝트 열기: Esri/arcobjects-sdk-community-samples

공개 메소드들

메소드 설명
ExportActiveViewCS_Net ( ) : System

보호된 메소드들

메소드 설명
OnClick ( ) : void

Occurs when this command is clicked

OnUpdate ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

ExportActiveViewCS_Net() 공개 메소드

public ExportActiveViewCS_Net ( ) : System
리턴 System

OnClick() 보호된 메소드

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

OnUpdate() 보호된 메소드

protected OnUpdate ( ) : void
리턴 void