MapStyleCreate Method (Stream, ArrayList, Boolean) | |
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,
bool DebugInfo
)
Public Shared Function Create (
Chameleon As Stream,
<OutAttribute> ByRef Errors As ArrayList,
DebugInfo As Boolean
) As MapStyle
Parameters
- Chameleon
- Type: System.IOStream
The stream containing the Chameleon code. - Errors
- Type: System.CollectionsArrayList
Array of compilation errors. - DebugInfo
- Type: SystemBoolean
True to include debug info.
Return Value
Type:
MapStyleA new MapStyle object, or null on error.
See Also