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


IAnimationTrack.InterpolateObjectProperties Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IA > IAnimationTrack Interface > IAnimationTrack.InterpolateObjectProperties Method
ArcGIS Developer Help

IAnimationTrack.InterpolateObjectProperties Method

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

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

pScene is a parameter of type IScene* time [in]
time is a parameter of type double

Product Availability

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

See Also

IAnimationTrack Interface