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


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

IAGImportPathOptions Interface

Provides access to options of the 'import animation from path' functionality.

Product Availability

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

Members

Name Description
Read/write property AnimatedObject The object to be animated (if any).
Read/write property AnimationEnvironment The animation environment.
Read/write property AnimationTracks The animation track container.
Read/write property AnimationType The type of animation.
Read/write property BasicMap The basic map.
Read/write property ConversionType The type of import conversion.
Method GetAngleCalculationMethods The options for angle calculation.
Method GetAngleCalculationValues The values for angle calculation (angles in degrees).
Read/write property LookaheadFactor The lookahead factor (0.0-1.0).
Read/write property OverwriteExisting Indicates whether to overwrite option.
Read/write property PathGeometry The original path geometry.
Method PutAngleCalculationMethods The options for angle calculation.
Method PutAngleCalculationValues The values for angle calculation (angles in degrees).
Read/write property ReversePath Indicates whether to reverse the path.
Read/write property RollFactor The roll factor.
Read/write property SimplificationFactor The path simplification factor (0.0-100.0).
Read/write property TrackName The name of the track to be created.
Read/write property VerticalOffset The vertical offset in meters to be applied to the path geometry.

Classes that implement IAGImportPathOptions

Classes Description
AGImportPathOptions Options of the 'import animation from path' functionality.

Remarks

An AGImportPathOptions object must be specified when creating a fly-by-from-path animation. The IAGImportPathOptions interface provides access to the options in creating a fly-by-from-path animation.

.NET Samples

Create camera flyby from path