ArcObjects Library Reference (Animation)  

IAGKeyframe.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(
  VARIANT_BOOL* pNeedsRefresh
);
[C++]

Parameters

pNeedsRefresh [out, retval]   pNeedsRefresh is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IAGKeyframe Interface