MapProjected Property | ![Verizon Connect Logo](../icons/logo.jpg) |
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
Syntaxpublic bool Projected { get; set; }
Public Property Projected As Boolean
Get
Set
Return Value
Type:
BooleanTrue if the map is projected,
false if it is not.
Implements
IMapProjected
RemarksThe projection is updated automatically when this property is set.
Defaults to true.
See Also