ArcObjects Library Reference (Animation)  

IAGKeyframeInterval.GetDisplayTime Method

The last interpolated time interval for this keyframe.

[Visual Basic .NET]
Public Sub GetDisplayTime ( _
    ByRef pDisplayTime As String _
)
[C#]
public void GetDisplayTime (
    ref string pDisplayTime
);
[C++]
HRESULT GetDisplayTime(
  BSTR* pDisplayTime
);
[C++]

Parameters

pDisplayTime [out]   pDisplayTime is a parameter of type BSTR

Product Availability

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

See Also

IAGKeyframeInterval Interface