Enum MultipartMode

MultipartMode enumeration

Specifies how labels are rendered for features that contain multipart geometries.

public enum MultipartMode

Values

NameValueDescription
All0Places a label near each part of the geometry as long as there is space near the part.
Any1Places one label for the whole geometry.
Largest2Places a label for the largest part of the geometry as long as there is space for the label.

See Also