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