Visual Basic (Declaration) | |
---|---|
Public Function TrimExtend( _ ByVal polylines As IList(Of Polyline), _ ByVal trimExtendTo As Polyline, _ ByVal extendHow As CurveExtension _ ) As IList(Of Graphic) |
C# | |
---|---|
public IList<Graphic> TrimExtend( IList<Polyline> polylines, Polyline trimExtendTo, CurveExtension extendHow ) |
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.Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family