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


IAGAnimationType.AppliesToObject Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationType Interface > IAGAnimationType.AppliesToObject Property
ArcGIS Developer Help

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,
  Boolean* pbApplies
);
[C++]
Parameters
pObject [in]

pObject is a parameter of type VARIANT pbApplies [out, retval]
pbApplies is a parameter of type 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