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.SimplificationFactor Property (ArcObjects .NET 10.5 SDK) |
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