ArcObjects Library Reference (Geometry)  

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,
  VARIANT_BOOL* didReshape
);
[C++]

Parameters

reshapeSource

  reshapeSource is a parameter of type IPath

bInterpolateReshaped   bInterpolateReshaped is a parameter of type VARIANT_BOOL didReshape [out, retval]   didReshape is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IPolyline5 Interface