MapStyleCreate Method (String, ArrayList, Boolean) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Create a style from a file.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public static MapStyle Create(
string filename,
out ArrayList Errors,
bool DebugInfo
)
Public Shared Function Create (
filename As String,
<OutAttribute> ByRef Errors As ArrayList,
DebugInfo As Boolean
) As MapStyle
Parameters
- filename
- Type: SystemString
The file from which to load the Chameleon script. - Errors
- Type: System.CollectionsArrayList
Outputs an ArrayList of error strings if any occur. - DebugInfo
- Type: SystemBoolean
Determines whether to switch on debug information.
Return Value
Type:
MapStyleA new MapStyle object, or null on error.
See Also