Share via


MapElement3D.Roll Property

Definition

Gets or sets the roll of the 3D map element in degrees, where -90 is tilting to the left and +90 is tilting to the right.

public:
 property double Roll { double get(); void set(double value); };
double Roll();

void Roll(double value);
public double Roll { get; set; }
var double = mapElement3D.roll;
mapElement3D.roll = double;
Public Property Roll As Double

Property Value

Double

double

The roll of the 3D map element in degrees, where -90 is tilting to the left and +90 is tilting to the right.

Applies to