Simplifies the polygon and maintains the index location of the from/to point of each ring.
[Visual Basic 6.0]
Sub SimplifyPreserveFromTo
[Visual Basic .NET]
Public Sub SimplifyPreserveFromTo ( _
)
[C#] public void SimplifyPreserveFromTo ( );
[Java] public void simplifyPreserveFromTo ( ) throws IOException, AutomationException
[C++]
HRESULT SimplifyPreserveFromTo(
void
);
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.
