'Declaration Public Overloads Sub Simplify( _ ByVal simplificationOption As GeometrySimplificationOption, _ ByVal flatteningTolerance As System.Single, _ ByVal geometrySink As IGeometrySink _ )
public void Simplify( GeometrySimplificationOption simplificationOption, System.float flatteningTolerance, IGeometrySink geometrySink )
Parameters
- simplificationOption
- A value that specifies whether the simplified geometry should contain curves.
- flatteningTolerance
- The maximum bounds on the distance between points in the polygonal approximation of the geometry. Smaller values produce more accurate results but cause slower execution.
- geometrySink
- The ISimplifiedGeometrySink to which the simplified geometry is appended.
Return Value
If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.