This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IK > IKeyframe Interface > IKeyframe.RefreshObject Method (ArcObjects .NET 10.4 SDK) |
Recreates the object after its properties have been interpolated.
[Visual Basic .NET] Public Sub RefreshObject ( _ ByVal pScene As IScene, _ ByVal pObject As Object _ )
[C#] public void RefreshObject ( IScene pScene, object pObject );
[C++]
HRESULT RefreshObject(
IScene* pScene,
VARIANT pObject
);
[C++]
Parameters pScene [in]
pScene is a parameter of type IScene pObject [in] pObject is a parameter of type VARIANT