Click or drag to resize

ShapeLayer Constructor

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates a base shapelayer that renders shapes on a map.

Namespace:  Telogis.GeoBase.ShapeUI
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public ShapeLayer(
	IMap map,
	bool updateMapRenderer = true
)

Parameters

map
Type: Telogis.GeoBaseIMap
The Map
updateMapRenderer (Optional)
Type: SystemBoolean
Update map renderer to use this layer. (default: True)
Examples
C#
public MyForm() {
    // create new shapelayer, where mapMain is a MapCtrl object
    myLayer = new ShapeLayer(mapMain);
}
See Also