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


IKeyframe.TimeStamp Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IK > IKeyframe Interface > IKeyframe.TimeStamp Property
ArcGIS Developer Help

IKeyframe.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(
  System.Double* pTimeStamp
);
[C++]
Parameters
pTimeStamp [in]

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

Product Availability

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

See Also

IKeyframe Interface