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


IFeatureSimplify.SimplifyGeometry Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureSimplify Interface > IFeatureSimplify.SimplifyGeometry Method
ArcGIS Developer Help

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