Property | Type | Description | |
---|---|---|---|
m_playbackSpeed | int |
Method | Description | |
---|---|---|
DynamicBikingCmd ( ) : System | ||
OnClick ( ) : void |
Occurs when this command is clicked
|
|
OnCreate ( object hook ) : void |
Occurs when this command is created
|
Method | Description | |
---|---|---|
ArcGISCategoryRegistration ( |
Required method for ArcGIS Component Category registration - Do not modify the contents of this method with the code editor.
|
|
ArcGISCategoryUnregistration ( |
Required method for ArcGIS Component Category unregistration - Do not modify the contents of this method with the code editor.
|
|
CreateBikeRouteSymbol ( ) : ISymbol | ||
CreateHeartRateAnimationGlyphs ( IDynamicGlyphFactory2 dynamicGlyphFactory ) : void | ||
DrawGPSInfo ( IDynamicDisplay dynamicDisplay, IPoint gpsPosition ) : void | ||
DrawHeartRateAnimation ( IDynamicDisplay dynamicDisplay, IPoint bikePoint ) : void | ||
DrawLapInfo ( IDynamicDisplay dynamicDisplay ) : void | ||
GetPlaybackXmlPath ( ) : string | ||
OnAfterDynamicDraw ( esriDynamicMapDrawPhase DynamicMapDrawPhase, IDisplay Display, IDynamicDisplay dynamicDisplay ) : void | ||
OnDynamicMapStarted ( IDisplay Display, IDynamicDisplay dynamicDisplay ) : void | ||
RegisterFunction ( |
||
UnregisterFunction ( |
||
XmlReaderTask ( object data ) : void |
public OnCreate ( object hook ) : void | ||
hook | object | Instance of the application |
return | void |