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


IAnimationTrack.AttachedObjectsCount 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.AttachedObjectsCount Property
ArcGIS Developer Help

IAnimationTrack.AttachedObjectsCount Property

The number of objects to which the track is attached.

[Visual Basic .NET]
Public ReadOnly Property AttachedObjectsCount As Integer
[C#]
public int AttachedObjectsCount {get;}
[C++]
HRESULT get_AttachedObjectsCount(
  System.Int32* pObjectCount
);
[C++]
Parameters
pObjectCount [out, retval]

pObjectCount is a parameter of type long*

Product Availability

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

See Also

IAnimationTrack Interface