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


IPolygon.SimplifyPreserveFromTo Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IPolygon Interface > IPolygon.SimplifyPreserveFromTo Method
ArcGIS Developer Help

IPolygon.SimplifyPreserveFromTo Method

Simplifies the polygon and maintains the index location of the from/to point of each ring.

[Visual Basic .NET]
Public Sub SimplifyPreserveFromTo ( _
)
[C#]
public void SimplifyPreserveFromTo (
);
[C++]
HRESULT SimplifyPreserveFromTo(
void
);

Product Availability

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

Description

SimplifyPreserveFromTo simplifies the polygon in the same manner as the ITopologicalOperator method Simplify, but once simplification is complete, SimplifyPreserveFromTo reorients each ring such that the original From/To points of each preexisting ring are in the simplified result.  Newly created rings are not reoriented.

Remarks

 

SimplifyPreserveFromTo Example

See Also

IPolygon Interface