This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IR > IRing2 Interface > IRing2.ReshapeEx Method (ArcObjects .NET 10.4 SDK) |
Creates two new polygons by using segments from the ring and from reshapeSource.
[Visual Basic .NET] Public Sub ReshapeEx ( _ ByVal reshapeSource As IPath, _ ByRef leftResult As IGeometry, _ ByRef rightResult As IGeometry _ )
[C#] public void ReshapeEx ( IPath reshapeSource, ref IGeometry leftResult, ref IGeometry rightResult );
[C++]
HRESULT ReshapeEx(
IPath* reshapeSource,
IGeometry** leftResult,
IGeometry** rightResult
);
[C++]
Parameters reshapeSource
reshapeSource is a parameter of type IPath leftResult [out]
leftResult is a parameter of type IGeometry rightResult [out]
rightResult is a parameter of type IGeometry