ArcObjects Library Reference (Animation)  

IAGKeyframe.TimeStamp Property

The time stamp (in the interval 0-1).

[Visual Basic .NET]
Public Property TimeStamp As Double
[C#]
public double TimeStamp {get; set;}
[C++]
HRESULT get_TimeStamp(
  double* pTimeStamp
);
[C++]
HRESULT put_TimeStamp(
  double pTimeStamp
);
[C++]

Parameters

pTimeStamp [out, retval]   pTimeStamp is a parameter of type double pTimeStamp [in]   pTimeStamp is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAGKeyframe Interface

.NET Snippets

Create Animation by Interpolating Between Two Keyframes |

.NET Samples

Layer effects animation in ArcMap (Code Files: MapLayerEffectsKeyframe) | Move a graphic along a path in ArcMap (Code Files: AnimationUtils MapGraphicKeyframe) |

.NET Related Topics

How to create a layer animation in globe |