C# Class MakeACustomTimeControl2008.CustomTimeSliderButton

Inheritance: ESRI.ArcGIS.Desktop.AddIns.Button
Show file Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Public Methods

Method Description
CustomTimeSliderButton ( ) : System
GetTimeExtent ( ) : ITimeExtent
UpdateCurrentTime ( double progress ) : void

Protected Methods

Method Description
OnClick ( ) : void
OnUpdate ( ) : void

Method Details

CustomTimeSliderButton() public method

public CustomTimeSliderButton ( ) : System
return System

GetTimeExtent() public method

public GetTimeExtent ( ) : ITimeExtent
return ITimeExtent

OnClick() protected method

protected OnClick ( ) : void
return void

OnUpdate() protected method

protected OnUpdate ( ) : void
return void

UpdateCurrentTime() public method

public UpdateCurrentTime ( double progress ) : void
progress double
return void