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