Enums.LabelLineConnection enumeration

The LabelLineConnection can be one of:

ConstantDescription
Enums.LabelLineConnectionAutomatic(0) The default approach for connectable features is to connect them (Enums.LabelLineConnectionMinimizeLabels). This value corresponds to no value being specified for a LabelDefinition::lineConnection property.
Enums.LabelLineConnectionMinimizeLabels(1) Line geometries with the same label and coincident end vertices should be considered together as a single, continuous geometry when placing labels. For example, if a single label is being placed on a line feature, then the single location will be chosen along the combined geometries. This combining will ignore junctions, so it may be ambiguous which line feature after a junction is the continuation of the earlier geometry.
Enums.LabelLineConnectionNone(2) Keep one label per line feature geometry.
Enums.LabelLineConnectionUnambiguousLabels(3) Line geometries with the same label and coincident end vertices should be joined, until they hit a junction. For example, if a single label is being placed on a line geometry (composed of multiple features' geometries, but all having the same label text), then a label will be placed on both sides of any junction, to make it unambiguous which geometries are the continuation of the initial geometry.

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