ArcGIS API for Silverlight - Library Reference
CurveExtension Enumeration
See Also  Send comments on this topic
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
DefaultCurveExtension By 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.
KeepEndAttributes If 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.
NoEndAttributes If 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.
NoExtendAtFrom Do not extend the 'from' end of any path.
NoExtendAtTo Do not extend the 'to' end of any path.
RelocateEnds If 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

See Also

© ESRI, Inc. All Rights Reserved.