Click or drag to resize

MapStyleCreateFromEncrypted Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Create a MapStyle from the given stream. The stream must contain an encrypted Chameleon script.

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

Parameters

Chameleon
Type: System.IOStream
A stream containing the encrypted Chameleon script to use.
Errors
Type: System.CollectionsArrayList
Array of compilation errors.
DebugInfo
Type: SystemBoolean
True to include debug information, false otherwise.

Return Value

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