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


IAnimationType.AppliesToObject Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IA > IAnimationType Interface > IAnimationType.AppliesToObject Property
ArcGIS Developer Help

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

See Also

IAnimationType Interface