MapProjected Property | |
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; }
Public Property Projected As Boolean
Get
Set
Return Value
Type:
BooleanTrue if the map is projected,
false if it is not.
Implements
IMapProjectedRemarks The projection is updated automatically when this property is set.
Defaults to true.
See Also