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


IAGAnimationType.AppliesToObject Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Animation)  

IAGAnimationType.AppliesToObject Property

Indicates if the animation type applies to a specific object.

[Visual Basic .NET]
Public Function get_AppliesToObject ( _
    ByVal pObject As Object _
) As Boolean
[C#]
public bool get_AppliesToObject (
    object pObject
);
[C++]
HRESULT get_AppliesToObject(
  VARIANT pObject,
  VARIANT_BOOL* pbApplies
);
[C++]

Parameters pObject [in] pObject is a parameter of type VARIANT pbApplies [out, retval] pbApplies is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IAGAnimationType Interface

.NET Samples

Move a graphic along a path in ArcMap (Code Files: cmdMoveGraphicAlongPath)