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