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


IAnimationTrack.AttachObject Method (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.AttachObject Method
ArcGIS Developer Help

IAnimationTrack.AttachObject Method

Attach object to the track.

[Visual Basic .NET]
Public Sub AttachObject ( _
    ByVal pObject As Object _
)
[C#]
public void AttachObject (
    object pObject
);
[C++]
HRESULT AttachObject(
  LPUNKNOWN pObject
);
[C++]
Parameters
pObject [in]

pObject is a parameter of type IUnknown

Product Availability

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

Description


Remarks


[C#]
[C++]
[Visual Basic .NET]