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


IKeyframe.CaptureProperties Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (3DAnalyst)  

IKeyframe.CaptureProperties Method

Copy the properties from the object to the keyframe.

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

Parameters pScene [in]
pScene is a parameter of type IScene pObject [in] pObject is a parameter of type VARIANT

Product Availability

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

See Also

IKeyframe Interface