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


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

IAGAnimationTrackKeyframes.SaveObjectProperties Method

Internally saves the properties of the attached object specified.

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

pContainer is a parameter of type IAGAnimationContainer* index [in]
index is a parameter of type long

Product Availability

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

See Also

IAGAnimationTrackKeyframes Interface