'宣言 Public Overloads Sub Simplify( _ ByVal simplificationOption As GeometrySimplificationOption, _ ByVal geometrySink As IGeometrySink _ )
public void Simplify( GeometrySimplificationOption simplificationOption, IGeometrySink geometrySink )
パラメータ
- simplificationOption
- A value that specifies whether the simplified geometry should contain curves.
- geometrySink
- The ISimplifiedGeometrySink to which the simplified geometry is appended.
戻り値の型
If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.