MapElement3D.Roll Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.