MapStyleCreate Method (String) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Create a MapStyle from the given file.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public static MapStyle Create(
string filename
)
Public Shared Function Create (
filename As String
) As MapStyle
Parameters
- filename
- Type: SystemString
The file from which to load the Chameleon script.
Return Value
Type:
MapStyleA new MapStyle object, or null on error.
See Also