ArcObjects Library Reference  (GeoDatabase)    

IFeatureSimplify.SimplifyGeometry Method

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

[Visual Basic 6.0]
Sub SimplifyGeometry(
    ByVal pGeometry As IGeometry _
)
[Visual Basic .NET]
Public Sub SimplifyGeometry ( _
    ByVal pGeometry As IGeometry _
)
[C#]
public void SimplifyGeometry (
    IGeometry pGeometry
);
[Java]
public void simplifyGeometry (
    IGeometry pGeometry
)
throws
    IOException,
    AutomationException
[C++]
HRESULT SimplifyGeometry(
  IGeometry* pGeometry
);
[C++]

Parameters

pGeometry [in]

  pGeometry is a parameter of type IGeometry

Product Availability

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

Remarks

All edits to features that participate in a Topology or Geometric Network must be performed within an edit session and bracketed within an edit operation.

See Also

IFeatureSimplify Interface

 


Feedback Send feedback on this page