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