C# Class ContextMenu.ScaleThresholds

Inheritance: BaseCommand, ICommandSubType
Show file Open project: Esri/arcobjects-sdk-community-samples

Public Methods

Method Description
GetCount ( ) : int
OnClick ( ) : void
OnCreate ( object hook ) : void
ScaleThresholds ( ) : ESRI.ArcGIS.ADF.BaseClasses
SetSubType ( int SubType ) : void

Method Details

GetCount() public method

public GetCount ( ) : int
return int

OnClick() public method

public OnClick ( ) : void
return void

OnCreate() public method

public OnCreate ( object hook ) : void
hook object
return void

ScaleThresholds() public method

public ScaleThresholds ( ) : ESRI.ArcGIS.ADF.BaseClasses
return ESRI.ArcGIS.ADF.BaseClasses

SetSubType() public method

public SetSubType ( int SubType ) : void
SubType int
return void