← Back to carmenta.com
Carmenta Engine SDK Documentation
×

PointVisualizer.RotationMode Property

Gets or sets a value that indicates how a label or symbol is rotated.

Thread safety: This property is not thread-safe. Show

Syntax

C#
public Rotation RotationMode { get; set; }

Property Value

Type: Rotation
Default: Differs depending on type. See the table below.
A value that specifies the up direction, which is used to interpret the Rotation angle.

Default values

ClassDefault value
PointVisualizerSetFixed
SymbolVisualizerRotated
TextVisualizerFixed

Remarks

Together with the AzimuthRotation property, the RotationMode property specifies the up direction that is used when the rotation angle is zero; see the Rotation angle for more details.

The RotationMode can also say that labels should be rotated a further 180° to to avoid upside-down texts; See the Rotation enumeration for more details.

Note

The default values listed in the table above are correct when instances are loaded from a configuration file. But for backward compatibility reasons, if a PointVisualizer instance is created from application code, the default for this propery will always be Fixed, even for a SymbolVisualizer.

Platforms

Windows, Linux, Android

By accessing the information on this site you accept our terms and conditions and privacy policy.
This site uses cookies to enhance your experience and provide additional functionality.

Accept