This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGImportPathOptions Interface > IAGImportPathOptions.AnimatedObject Property (ArcObjects .NET 10.4 SDK) |
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