Select to view content in your preferred language

ITopologicalOperator6.SimplifyAsFeature Method

581
3
03-26-2012 11:51 PM
AndrewMcMenamin
Emerging Contributor
Hello,

ITopologicalOperator6.SimplifyAsFeature Method

There is no documentation on this method.
Does anyone know what it does and if it differs from the Simplify method on the other interfaces.

I see ITopologicalOperator6 does not inherit from the other interfaces so is this a rewrite?

Thanks
0 Kudos
3 Replies
LakshmananVenkatesan
Frequent Contributor
hi any reply you got for this question?. am also looking for help
0 Kudos
AndrewMcMenamin
Emerging Contributor
No other replies or info on this topic.
0 Kudos
WeifengHe
Esri Contributor
ITopologicalOperator6.SimplifyAsFeature simplify the geometry according to the type of the geometry. 
If the geometry is multipoint type, the method works just like ITopologicalOperator::Simplify.
If the geometry is a polygon, it works as IPolygon::SimplifyPreserveFromTo.
If the a polyline, it is the same as IPolyline6::SimplifyNonPlanar.

ITopologicalOperator6 does not inherit from other versions of ITopologicalOperator.
0 Kudos