ArcObjects Library Reference (Animation)  

IAGImportPathOptions.LookaheadFactor Property

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

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)