|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGImportPathOptions Interface > IAGImportPathOptions.LookaheadFactor Property (ArcObjects .NET 10.5 SDK) | 
The lookahead factor (0.0-1.0).
[Visual Basic .NET] Public Property LookaheadFactor As Double
[C#] public double LookaheadFactor {get; set;}
[C++]
HRESULT get_LookaheadFactor(
  double* pLookaheadFactor
);
[C++]
HRESULT put_LookaheadFactor(
  double pLookaheadFactor
);
[C++]
Parameters pLookaheadFactor [out, retval] pLookaheadFactor is a parameter of type double pLookaheadFactor [in] pLookaheadFactor is a parameter of type double