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


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

IAGImportPathOptions.ConversionType Property

The type of import conversion.

[Visual Basic .NET]
Public Property ConversionType As esriFlyFromPathType
[C#]
public esriFlyFromPathType ConversionType {get; set;}
[C++]
HRESULT get_ConversionType(
  esriFlyFromPathType* pConversionType
);
[C++]
HRESULT put_ConversionType(
  esriFlyFromPathType pConversionType
);
[C++]

Parameters pConversionType [out, retval]
pConversionType is a parameter of type esriFlyFromPathType pConversionType [in]
pConversionType is a parameter of type esriFlyFromPathType

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)