MapStyleCreateFromBinary Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates a MapStyle from a file saved in a binary format.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public static MapStyle CreateFromBinary(
Stream s
)
Public Shared Function CreateFromBinary (
s As Stream
) As MapStyle
Parameters
- s
- Type: System.IOStream
The stream the style will be read from.
Return Value
Type:
MapStyleThe MapStyle defined in the file.
Remarks Binary cam files have the extension .bcm
See Also