MapElement3D.Pitch 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 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.