ShapeLayerRemoveShape Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Removes a specific shape from the layer if it exists.
Namespace:
Telogis.GeoBase.ShapeUI
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public bool RemoveShape(
ShapeEntity entity
)
Public Function RemoveShape (
entity As ShapeEntity
) As Boolean
Parameters
- entity
- Type: Telogis.GeoBase.ShapeUIShapeEntity
The entity to be removed
Return Value
Type:
BooleanTrue if the shape is removed, else false.
Examples myLayer.RemoveShape(myLayerShape);
See Also