ArcGIS Runtime SDK for WPF - Library Reference
CurveExtension Enumeration
See Also 
ESRI.ArcGIS.Client.Tasks Namespace : CurveExtension Enumeration

Trim / Extend enumeration is used for TrimExtend Geometry service

Syntax

Visual Basic (Declaration) 
Public Enum CurveExtension 
   Inherits System.Enum
C# 
public enum CurveExtension : System.Enum 

Members

MemberDescription
DefaultCurveExtensionBy default, extension considers both ends of paths. The old ends remain and new points are added at the extended ends. The new points have attributes that are extrapolated from adjacent existing segments.
KeepEndAttributesIf an extension is performed at an end, do not extrapolate the end-segment's attributes for the new point. Instead, make its attributes the same as the current end. Incompatible with esriNoAttributes.
NoEndAttributesIf an extension is performed at an end, do not extrapolate the end-segment's attributes for the new point. Instead, make its attributes be empty. Incompatible with esriKeepAttributes.
NoExtendAtFromDo not extend the 'from' end of any path.
NoExtendAtToDo not extend the 'to' end of any path.
RelocateEndsIf an extension is performed at an end, relocate the end point to the new position instead of leaving the old point and adding a new point at the new position.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Client.Tasks.CurveExtension

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.