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


IKeyframe.ObjectNeedsRefresh Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IK > IKeyframe Interface > IKeyframe.ObjectNeedsRefresh Property
ArcGIS Developer Help

IKeyframe.ObjectNeedsRefresh Property

Indicates if the object must be refreshed after interpolating its state.

[Visual Basic .NET]
Public ReadOnly Property ObjectNeedsRefresh As Boolean
[C#]
public bool ObjectNeedsRefresh {get;}
[C++]
HRESULT get_ObjectNeedsRefresh(
  Boolean* pNeedsRefresh
);
[C++]
Parameters
pNeedsRefresh [out, retval]

pNeedsRefresh is a parameter of type bool*

Product Availability

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

See Also

IKeyframe Interface