C# Class MyDynamicLayer.DynamicLayerToolbar.ToolDef

a data-structure used in order to store and manage item definitions
Exibir arquivo Open project: Esri/arcobjects-sdk-community-samples

Public Properties

Property Type Description
group bool
itemDef string
subType int

Public Methods

Method Description
ToolDef ( string itd, bool grp, int subtype ) : System

struct constructor

Method Details

ToolDef() public method

struct constructor
public ToolDef ( string itd, bool grp, int subtype ) : System
itd string The CLSID or PROGID of the item being defined
grp bool Indicates if the defined item should start a group on the toolbar.
subtype int The subtype of the item being defined
return System

Property Details

group public_oe property

public bool group
return bool

itemDef public_oe property

public string itemDef
return string

subType public_oe property

public int subType
return int