MapStyleCreate Method (Stream) | |
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
)
Public Shared Function Create (
Chameleon As Stream
) As MapStyle
Parameters
- Chameleon
- Type: System.IOStream
A stream containing the Chameleon script.
Return Value
Type:
MapStyleA new MapStyle, or null if there is a compile error.
See Also