Click or drag to resize

MapStyleCreate Method (Stream, ArrayList, ArrayList, Boolean)

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

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

Parameters

Chameleon
Type: System.IOStream
The stream containing the Chameleon code.
Errors
Type: System.CollectionsArrayList
Array of compilation errors.
Warnings
Type: System.CollectionsArrayList
Array of compilation warnings.
DebugInfo
Type: SystemBoolean
True to include debug info.

Return Value

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