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


IAGAnimationUtils.CreateFlybyFromPath Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationUtils Interface > IAGAnimationUtils.CreateFlybyFromPath Method
ArcGIS Developer Help

IAGAnimationUtils.CreateFlybyFromPath Method

Create a flyby animation from a path.

[Visual Basic .NET]
Public Sub CreateFlybyFromPath ( _
    ByVal pContainer As IAGAnimationContainer, _
    ByVal pOptions As IAGImportPathOptions _
)
[C#]
public void CreateFlybyFromPath (
    IAGAnimationContainer pContainer,
    IAGImportPathOptions pOptions
);
[C++]
HRESULT CreateFlybyFromPath(
  IAGAnimationContainer* pContainer,
  IAGImportPathOptions* pOptions
);
[C++]
Parameters
pContainer [in]

pContainer is a parameter of type IAGAnimationContainer* pOptions [in]
pOptions is a parameter of type IAGImportPathOptions*

Product Availability

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

Remarks

This utility function creates a flyby-from-path animation track for the animation container specified by pContainer. Other options, such as the flyby path, are specified in pOptions.

See Also

IAGAnimationUtils Interface

.NET Samples

Create camera flyby from path