MapElement3D.Pitch Property

Definition

Gets or sets a value that indicates by how many degrees you want the 3D map element to be tilted. A value of 0 is looking out at the horizon and a value of -90 is looking straight down. A value of 90 is looking straight up. The default value is 0.

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

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

Property Value

Double

double

A value that indicates by how many degrees you want the 3D map element to be tilted.

Applies to