Click or drag to resize

MapStyleCreateFromBinary Method

Verizon Connect Logo
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
)

Parameters

s
Type: System.IOStream
The stream the style will be read from.

Return Value

Type: MapStyle
The MapStyle defined in the file.
Remarks
Binary cam files have the extension .bcm
See Also