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


IAnimationTrack.SaveObjectProperties 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.SaveObjectProperties Method
ArcGIS Developer Help

IAnimationTrack.SaveObjectProperties Method

Internally saves the properties of the attached object specified.

[Visual Basic .NET]
Public Sub SaveObjectProperties ( _
    ByVal pScene As IScene, _
    ByVal index As Integer _
)
[C#]
public void SaveObjectProperties (
    IScene pScene,
    int index
);
[C++]
HRESULT SaveObjectProperties(
  IScene* pScene,
  long index
);
[C++]
Parameters
pScene [in]

pScene is a parameter of type IScene* index [in]
index is a parameter of type long

Product Availability

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

See Also

IAnimationTrack Interface