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


IAGImportPathOptions.AnimatedObject Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Animation)  

IAGImportPathOptions.AnimatedObject Property

The object to be animated (if any).

[Visual Basic .NET]
Public Property AnimatedObject As Object
[C#]
public object AnimatedObject {get; set;}
[C++]
HRESULT get_AnimatedObject(
  LPUNKNOWN* ppAnimObj
);
[C++]
HRESULT putref_AnimatedObject(
  LPUNKNOWN ppAnimObj
);
[C++]

Parameters ppAnimObj [out, retval] ppAnimObj is a parameter of type LPUNKNOWN ppAnimObj [in] ppAnimObj is a parameter of type LPUNKNOWN

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAGImportPathOptions Interface

.NET Snippets

Create Animation from Path

.NET Samples

Create camera flyby from path (Code Files: frmCameraPath)