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


IAGImportPathOptions.AnimationType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Animation)  

IAGImportPathOptions.AnimationType Property

The type of animation.

[Visual Basic .NET]
Public Property AnimationType As IAGAnimationType
[C#]
public IAGAnimationType AnimationType {get; set;}
[C++]
HRESULT get_AnimationType(
  IAGAnimationType** ppAnimType
);
[C++]
HRESULT putref_AnimationType(
  IAGAnimationType* ppAnimType
);
[C++]

Parameters ppAnimType [out, retval]
ppAnimType is a parameter of type IAGAnimationType ppAnimType [in]
ppAnimType is a parameter of type IAGAnimationType

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)