Click or drag to resize

MapStyleCreate Method (String, ArrayList, ArrayList, Boolean)

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

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static MapStyle Create(
	string filename,
	out ArrayList Errors,
	out ArrayList warnings,
	bool DebugInfo
)

Parameters

filename
Type: SystemString
The file from which to load the Chameleon script.
Errors
Type: System.CollectionsArrayList
Outputs an ArrayList of error strings if any occur.
warnings
Type: System.CollectionsArrayList
Outputs an ArrayList of warning messages if any occur.
DebugInfo
Type: SystemBoolean
Determines whether to switch on debug information.

Return Value

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