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


IAGKeyframeInterval.GetDisplayTime Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGKeyframeInterval Interface > IAGKeyframeInterval.GetDisplayTime Method
ArcGIS Developer Help

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(
  System.String* 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