ArcGISGeometryExtendOptions

Class: Esri/GameEngine/Geometry/ArcGISGeometryExtendOptions
Since: 1.0.0

Flags for the type of extend operation to perform.

SinceValueSummary
1.0.0
Default

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.

1.0.0
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.

1.0.0
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 ArcGISGeometryExtendOptions::NoEndAttributes.

1.0.0
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 ArcGISGeometryExtendOptions::KeepEndAttributes.

1.0.0
DoNotExtendFromStartPoint

Do not extend the 'from' end of any path.

1.0.0
DoNotExtendFromEndPoint

Do not extend the 'to' end of any path.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close