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


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

IAGAnimationTrack.InterpolateObjectProperties Method

Interpolates the state of the attached object for a time between BeginTime and Endtime.

[Visual Basic .NET]
Public Sub InterpolateObjectProperties ( _
    ByVal pContainer As IAGAnimationContainer, _
    ByVal time As Double _
)
[C#]
public void InterpolateObjectProperties (
    IAGAnimationContainer pContainer,
    double time
);
[C++]
HRESULT InterpolateObjectProperties(
  IAGAnimationContainer* pContainer,
  double time
);
[C++]
Parameters
pContainer [in]

pContainer is a parameter of type IAGAnimationContainer* time [in]
time is a parameter of type double

Product Availability

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

See Also

IAGAnimationTrack Interface