Click or drag to resize

MapStyleCreate Method (String)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Create a MapStyle from the given file.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static MapStyle Create(
	string filename
)

Parameters

filename
Type: SystemString
The file from which to load the Chameleon script.

Return Value

Type: MapStyle
A new MapStyle object, or null on error.
See Also