ShapeLayer Constructor | |
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
)
Public Sub New (
map As IMap,
Optional updateMapRenderer As Boolean = true
)
Parameters
- map
- Type: Telogis.GeoBaseIMap
The Map - updateMapRenderer (Optional)
- Type: SystemBoolean
Update map renderer to use this layer. (default: True)
Examples public MyForm() {
myLayer = new ShapeLayer(mapMain);
}
See Also