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


IAGKeyframe.CaptureProperties Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Animation)  

IAGKeyframe.CaptureProperties Method

Copy the properties from the object to the keyframe.

[Visual Basic .NET]
Public Sub CaptureProperties ( _
    ByVal pContainer As IAGAnimationContainer, _
    ByVal pObject As Object _
)
[C#]
public void CaptureProperties (
    IAGAnimationContainer pContainer,
    object pObject
);
[C++]
HRESULT CaptureProperties(
  IAGAnimationContainer* pContainer,
  VARIANT pObject
);
[C++]

Parameters pContainer [in]
pContainer is a parameter of type IAGAnimationContainer pObject [in] pObject is a parameter of type VARIANT

Product Availability

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

See Also

IAGKeyframe Interface