Click or drag to resize

MapStyleName Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets or sets the name of the style used to draw the 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
public string StyleName { get; set; }

Property Value

Type: String

Implements

IMapStyleName
Remarks
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