ArcObjects Library Reference (Animation)  

IAGImportPathOptions.SimplificationFactor Property

The path simplification factor (0.0-100.0).

[Visual Basic .NET]
Public Property SimplificationFactor As Double
[C#]
public double SimplificationFactor {get; set;}
[C++]
HRESULT get_SimplificationFactor(
  double* pSimplFactor
);
[C++]
HRESULT put_SimplificationFactor(
  double pSimplFactor
);
[C++]

Parameters

pSimplFactor [out, retval]   pSimplFactor is a parameter of type double pSimplFactor [in]   pSimplFactor is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAGImportPathOptions Interface