C# Class DynamicLogo.DynamicLogo

Inheritance: BaseCommand
Exibir arquivo Open project: Esri/arcobjects-sdk-community-samples

Public Properties

Property Type Description
m_bOnce bool

Public Methods

Method Description
DynamicLogo ( ) : System
OnClick ( ) : void

Occurs when this command is clicked

OnCreate ( object hook ) : void

Occurs when this command is created

Private Methods

Method Description
ArcGISCategoryRegistration ( Type registerType ) : void

Required method for ArcGIS Component Category registration - Do not modify the contents of this method with the code editor.

ArcGISCategoryUnregistration ( Type registerType ) : void

Required method for ArcGIS Component Category unregistration - Do not modify the contents of this method with the code editor.

CreateStandardLogoSymbol ( ) : ISymbol
DrawDynamicLogo ( IDynamicDisplay dynamicDisplay ) : void
DrawLogoStandard ( IDisplay Display ) : void
GetLogoPath ( ) : string
RegisterFunction ( Type registerType ) : void
UnregisterFunction ( Type registerType ) : void
avEvents_AfterDraw ( ESRI Display, esriViewDrawPhase phase ) : void
dynamicMapEvents_AfterDynamicDraw ( esriDynamicMapDrawPhase DynamicMapDrawPhase, IDisplay Display, IDynamicDisplay dynamicDisplay ) : void

Method Details

DynamicLogo() public method

public DynamicLogo ( ) : System
return System

OnClick() public method

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

OnCreate() public method

Occurs when this command is created
public OnCreate ( object hook ) : void
hook object Instance of the application
return void

Property Details

m_bOnce public_oe property

public bool m_bOnce
return bool