C# Class MyDynamicLayer.DynamicLayerToolbar

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

Public Methods

Method Description
DynamicLayerToolbar ( ) : System

Class constructor

GetItemInfo ( int pos, ESRI itemDef ) : void

The CLSID for the item on this toolbar at the specified index.

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.

RegisterFunction ( Type registerType ) : void
UnregisterFunction ( Type registerType ) : void

Method Details

DynamicLayerToolbar() public method

Class constructor
public DynamicLayerToolbar ( ) : System
return System

GetItemInfo() public method

The CLSID for the item on this toolbar at the specified index.
public GetItemInfo ( int pos, ESRI itemDef ) : void
pos int the locational index number of this item on the toolbar
itemDef ESRI IItemDef object that defines the item at this position of the toolbar
return void