ArcObjects Library Reference (Animation)  

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

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.

CoClasses that implement IAGImportPathOptions

CoClasses and 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 Snippets

Create Animation from Path

.NET Samples

Create camera flyby from path (Code Files: frmCameraPath)

.NET Related Topics

How to animate the camera along a path (line feature) in globe