This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IPolyline5 Interface > IPolyline5.ReshapeEx Method (ArcObjects .NET 10.4 SDK) |
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