ArcGIS Runtime SDK for WPF - Library Reference
TrimExtend Method
See Also 
ESRI.ArcGIS.Client.Tasks Namespace > GeometryService Class : TrimExtend Method

polylines
The collection of polylines to be trimmed or extended
trimExtendTo
The defining trim/extend line.
extendHow
Flags controlling the extend operation.
Trims or extends each input polyline to meet another polyline.

Syntax

Visual Basic (Declaration) 
Public Function TrimExtend( _
   ByVal polylines As IList(Of Polyline), _
   ByVal trimExtendTo As Polyline, _
   ByVal extendHow As CurveExtension _
) As IList(Of Graphic)

Parameters

polylines
The collection of polylines to be trimmed or extended
trimExtendTo
The defining trim/extend line.
extendHow
Flags controlling the extend operation.

Return Value

Returns a collection of graphics that contain the resulting polylines after they have been trimmed or extended.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.