This document is archived and information here might be outdated.  Recommended version.


ITimeControl.NudgeMethod Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITimeControl Interface > ITimeControl.NudgeMethod Property
ArcGIS Developer Help

ITimeControl.NudgeMethod Property

Indicates whether or not to nudge the playback needle forward or backward by an increment determined by the current playback rate adjusted by the speed factor.

[Visual Basic .NET]
Public Property NudgeMethod As enumPlaybackNudgeMethod
[C#]
public enumPlaybackNudgeMethod NudgeMethod {get; set;}
[C++]
HRESULT get_NudgeMethod(
  enumPlaybackNudgeMethod* penumMethod
);
[C++]
HRESULT put_NudgeMethod(
  enumPlaybackNudgeMethod penumMethod
);
[C++]
Parameters
penumMethod [out, retval]

penumMethod is a parameter of type enumPlaybackNudgeMethod* penumMethod [in]
penumMethod is a parameter of type enumPlaybackNudgeMethod

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITimeControl Interface