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


IAGImportPathOptions.SimplificationFactor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGImportPathOptions Interface > IAGImportPathOptions.SimplificationFactor Property
ArcGIS Developer Help

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(
  System.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