Visual Basic (Declaration) | |
---|---|
Public Enum CurveExtension Inherits System.Enum |
C# | |
---|---|
public enum CurveExtension : System.Enum |
Member | Description |
---|---|
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. |
System.Object
System.ValueType
System.Enum
ESRI.ArcGIS.Client.Tasks.CurveExtension
Target Platforms: Windows Vista, Windows 7