IMapStyleName Property | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets or sets the current
MapStyle name for this map. Set this value to
null to use the default map style.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax string StyleName { get; set; }
Property StyleName As String
Get
Set
Property Value
Type:
StringRemarks
StyleName and Style cannot both be set at the same time. StyleName is only for use in
GeoStream mode - it refers to the name of a style that must already exist on the
GeoStream server. Style may be set in either local mode or GeoStream mode. If Style
is set in GeoStream mode then the map style will be uploaded to the GeoStream server
before it is used for the first time.
See Also