This document is archived and information here might be outdated. Recommended version. |
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