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


ITopologicalOperator6.SimplifyAsFeature Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IT > ITopologicalOperator6 Interface > ITopologicalOperator6.SimplifyAsFeature Method
ArcGIS Developer Help

ITopologicalOperator6.SimplifyAsFeature Method

Simplifies the geometry using the rules appropriate for this feature.

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

Product Availability

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

See Also

ITopologicalOperator6 Interface