This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationTrack Interface > IAGAnimationTrack.IsAttached Property (ArcObjects .NET 10.4 SDK) |
Indicates if the given object 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,
VARIANT_BOOL* pbIsAttached
);
[C++]
Parameters pObject [in] pObject is a parameter of type LPUNKNOWN pbIsAttached [out, retval] pbIsAttached is a parameter of type VARIANT_BOOL