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


IFeatureSimplify.SimplifyGeometry Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IFeatureSimplify.SimplifyGeometry Method

Simplifies the input geometry using the rules appropriate for this feature.

[Visual Basic .NET]
Public Sub SimplifyGeometry ( _
    ByVal Geometry As IGeometry _
)
[C#]
public void SimplifyGeometry (
    IGeometry Geometry
);
[C++]
HRESULT SimplifyGeometry(
  IGeometry* Geometry
);
[C++]

Parameters Geometry [in]
Geometry is a parameter of type IGeometry

Product Availability

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

See Also

IFeatureSimplify Interface