'Declaration Public Overloads Sub Combine( _ ByVal inputGeometry As Geometry, _ ByVal combineMode As CombineMode, _ ByVal geometrySink As IGeometrySink _ )
public void Combine( Geometry inputGeometry, CombineMode combineMode, IGeometrySink geometrySink )
Parameters
- inputGeometry
- The geometry to combine with this instance.
- combineMode
- The type of combine operation to perform.
- geometrySink
- The result of the combine operation.
Return Value
If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.