This document is archived and information here might be outdated. Recommended version. |
Divides a geometry into multiple parts
[Visual Basic .NET] Public Function Cut2 ( _ ByVal pCutter As IPolyline _ ) As IGeometryCollection
[C#] public IGeometryCollection Cut2 ( IPolyline pCutter );
[C++]
HRESULT Cut2(
IPolyline* pCutter
);
[C++] Parameters pCutter
pCutter is a parameter of type IPolyline*
This method provides a more robust alternative to ITopologicalOperator::Cut. It does not classify the cut polygon pieces as left or right of the cutting polyline. Cut2 is now only available in polygons.