Click or drag to resize

MapStyleCreate Method (Stream)

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.

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

Parameters

Chameleon
Type: System.IOStream
A stream containing the Chameleon script.

Return Value

Type: MapStyle
A new MapStyle, or null if there is a compile error.
See Also