ArcObjects Library Reference (Geometry)  

IRing2.ReshapeEx Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRing2 Interface