C# Class GlobeControlEffects.Effects

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

Public Properties

Property Type Description
ChkArrow System.Windows.Forms.CheckBox
ChkHUD System.Windows.Forms.CheckBox
ChkTip System.Windows.Forms.CheckBox
CmdAmbient System.Windows.Forms.Button
CmdSetSun System.Windows.Forms.Button
Frame2 System.Windows.Forms.GroupBox
Frame2_1 System.Windows.Forms.GroupBox
Label2 System.Windows.Forms.Label
LblALt System.Windows.Forms.Label
LblAltVal System.Windows.Forms.Label
LblLat System.Windows.Forms.Label
LblLon System.Windows.Forms.Label
LblLonVal System.Windows.Forms.Label
LblTips System.Windows.Forms.Label
TxtAmbient System.Windows.Forms.TextBox
TxtTipDelay System.Windows.Forms.TextBox
_Frame2_0 System.Windows.Forms.GroupBox
chkSun System.Windows.Forms.CheckBox
cmbTipType System.Windows.Forms.ComboBox
lblDelay System.Windows.Forms.Label
lblLatVal System.Windows.Forms.Label

Public Methods

Method Description
Effects ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ChangeIllumination ( IRgbColor prgb ) : void
ChkArrow_CheckedChanged ( object sender, System e ) : void
ChkHUD_CheckedChanged ( object sender, System e ) : void
ChkTip_CheckedChanged ( object sender, System e ) : void
CmdAmbient_Click ( object sender, System e ) : void
CmdSetSun_Click ( object sender, System e ) : void
EnableSetSun ( System.Single pAmbientLght, double platitude, double plongitude, IColor pColor ) : IGlobeDisplay
Form1_Load ( object sender, System e ) : void
GetObserVerLatLong ( ISceneViewer pViewer, double &pLatDD, double &pLonDD, double &pAltKms, double &pRoll, double &pIncl ) : void
InitializeComponent ( ) : void

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

Main ( ) : void
OnAfterDraw ( ISceneViewer pViewer ) : void
UpdateCustomHUD ( double pLatDD, double pLonDD, double pAltKms, double pRoll, double pIncl ) : void
axGlobeControl1_OnGlobeReplaced ( object sender, ESRI e ) : void
chkSun_CheckedChanged ( object sender, System e ) : void
cmbTipType_SelectedIndexChanged ( object sender, System e ) : void
routin_ReadRegistry ( string sKey ) : string

Method Details

Dispose() protected method

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

Effects() public method

public Effects ( ) : System
return System

Property Details

ChkArrow public_oe property

public CheckBox,System.Windows.Forms ChkArrow
return System.Windows.Forms.CheckBox

ChkHUD public_oe property

public CheckBox,System.Windows.Forms ChkHUD
return System.Windows.Forms.CheckBox

ChkTip public_oe property

public CheckBox,System.Windows.Forms ChkTip
return System.Windows.Forms.CheckBox

CmdAmbient public_oe property

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

CmdSetSun public_oe property

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

Frame2 public_oe property

public GroupBox,System.Windows.Forms Frame2
return System.Windows.Forms.GroupBox

Frame2_1 public_oe property

public GroupBox,System.Windows.Forms Frame2_1
return System.Windows.Forms.GroupBox

Label2 public_oe property

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

LblALt public_oe property

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

LblAltVal public_oe property

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

LblLat public_oe property

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

LblLon public_oe property

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

LblLonVal public_oe property

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

LblTips public_oe property

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

TxtAmbient public_oe property

public TextBox,System.Windows.Forms TxtAmbient
return System.Windows.Forms.TextBox

TxtTipDelay public_oe property

public TextBox,System.Windows.Forms TxtTipDelay
return System.Windows.Forms.TextBox

_Frame2_0 public_oe property

public GroupBox,System.Windows.Forms _Frame2_0
return System.Windows.Forms.GroupBox

chkSun public_oe property

public CheckBox,System.Windows.Forms chkSun
return System.Windows.Forms.CheckBox

cmbTipType public_oe property

public ComboBox,System.Windows.Forms cmbTipType
return System.Windows.Forms.ComboBox

lblDelay public_oe property

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

lblLatVal public_oe property

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