BaseState Constructor | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates a BaseState that will be used with the specified layer.
Namespace:
Telogis.GeoBase.ShapeUI.State
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public BaseState(
ShapeLayer layer
)
Public Sub New (
layer As ShapeLayer
)
Parameters
- layer
- Type: Telogis.GeoBase.ShapeUIShapeLayer
The layer that the BaseState will be used with.
See Also