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


IAnimationType.AppliesToObject Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalyst)  

IAnimationType.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. Requires 3D Analyst Extension.

See Also

IAnimationType Interface