This document is archived and information here might be outdated.  Recommended version.


IPolyline5.ReshapeEx Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IPolyline5 Interface > IPolyline5.ReshapeEx Method
ArcGIS Developer Help

IPolyline5.ReshapeEx Method

If bInterpolateReshaped is true, then new vertices will be interpolated based on vertices from the polyline being reshaped. Otherwise, attributes on the reshaping line will be preserved in the output.

[Visual Basic .NET]
Public Function ReshapeEx ( _
    ByVal reshapeSource As IPath, _
    ByVal bInterpolateReshaped As Boolean _
) As Boolean
[C#]
public bool ReshapeEx (
    IPath reshapeSource,
    bool bInterpolateReshaped
);
[C++]
HRESULT ReshapeEx(
  IPath* reshapeSource,
  VARIANT_BOOL bInterpolateReshaped
);
[C++]
Parameters
reshapeSource 

reshapeSource is a parameter of type IPath* bInterpolateReshaped
bInterpolateReshaped is a parameter of type bool

Product Availability

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

See Also

IPolyline5 Interface