C# Class CADView.CADView

Summary description for Form1.
Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: Esri/arcobjects-sdk-community-samples

Public Properties

Property Type Description
CmdFullExtent System.Windows.Forms.Button
Label1 System.Windows.Forms.Label
Label2 System.Windows.Forms.Label

Public Methods

Method Description
CADView ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CmdFullExtent_Click ( object sender, System e ) : void
Form1_Load ( object sender, System e ) : void
GetCadDataset ( string cadWorkspacePath, string cadFileName ) : ICadDrawingDataset
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Main ( ) : void
axMapControl1_OnMouseDown ( object sender, ESRI e ) : void

Method Details

CADView() public method

public CADView ( ) : System
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

Property Details

CmdFullExtent public_oe property

public Button,System.Windows.Forms CmdFullExtent
return System.Windows.Forms.Button

Label1 public_oe property

public Label,System.Windows.Forms Label1
return System.Windows.Forms.Label

Label2 public_oe property

public Label,System.Windows.Forms Label2
return System.Windows.Forms.Label