LabelOrganizingSettings.RemoveBeyondHorizon Property
Gets or sets a value that determines whether a label that is located farther away than the horizon in a 3D GlobeView should be removed.
Syntax
public AttributeVariable< System.Boolean > RemoveBeyondHorizon { get; set; }
Property Value
Default: true
True to remove labels that are farther away than the horizon; otherwise, False. This property has no effect in 2D views.
Remarks
The RemoveBeyondHorizon property determines whether labels located farther from the camera than the horizon are removed from the result before even checking whether they overlap another label.
![]() |
As can be seen in the example above, when RemoveBeyondHorizon is True the high priority "United Kingdom" label that is located beyond the horizon is removed and city names closer to the camera remain visible.
The distance to the horizon is an approximation against a sphere but it will always be at least a couple of kilometers so that labels will remain on the screen even if the camera is moved very close to, or even below, the surface.
Platforms
Windows, Linux, Android