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 );
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.