MapStyleCreateFromEncrypted Method | |
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
)
Public Shared Function CreateFromEncrypted (
Chameleon As Stream,
<OutAttribute> ByRef Errors As ArrayList,
DebugInfo As Boolean
) As MapStyle
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:
MapStyleA new MapStyle object, or null on error.
See Also