Click or drag to resize

MapProjected Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets or sets whether this map is projected (curved) or not.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public bool Projected { get; set; }

Return Value

Type: Boolean
True if the map is projected, false if it is not.

Implements

IMapProjected
Remarks

The projection is updated automatically when this property is set.

Defaults to true.

See Also