Enums.LabelMultipartStrategy enumeration

The LabelMultipartStrategy can be one of:

ConstantDescription
Enums.LabelMultipartStrategyAutomatic(0) Labeling will use the default distribution of labels across multi-part features. This depends on Feature type: - Polygon labels will use Enums.LabelMultipartStrategyLabelLargest - Point and Line labels will use Enums.LabelMultipartStrategyLabelPerPart.
Enums.LabelMultipartStrategyLabelLargest(1) If a feature consists of multiple parts, only the largest one will be assigned a label. If a line feature consists of multiple part geometries, or a polygon feature consists of multiple ring geometries, only the largest one will be assigned a label.
Enums.LabelMultipartStrategyLabelPerFeature(2) One label per feature, but not supported yet in runtime. The intended use is to place one label to represent each feature, even if the feature is made up of multiple parts, e.g. placing a single label at the center of a group of point parts, not necessarily at the position of any individual part.
Enums.LabelMultipartStrategyLabelPerPart(3) If a feature consists of multiple geometries, each geometry will be assigned a label. If a line feature consists of multiple line geometries, or a polygon feature consists of multiple ring geometries, each geometry will be assigned a label.
Enums.LabelMultipartStrategyLabelPerSegment(4) One label per segment, but not supported yet in runtime. The intended use is to place a label on each segment of each line 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