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


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

IAnimationTrack.IsAttached Property

Indicates if the given objects is attached to the track.

[Visual Basic .NET]
Public Function get_IsAttached ( _
    ByVal pObject As Object _
) As Boolean
[C#]
public bool get_IsAttached (
    object pObject
);
[C++]
HRESULT get_IsAttached(
  LPUNKNOWN pObject,
  Boolean* pbIsAttached
);
[C++]
Parameters
pObject [in]

pObject is a parameter of type IUnknown pbIsAttached [out, retval]
pbIsAttached is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IAnimationTrack Interface