Click or drag to resize

ShapeLayerRemoveShape Method

Verizon Connect Logo
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
)

Parameters

entity
Type: Telogis.GeoBase.ShapeUIShapeEntity
The entity to be removed

Return Value

Type: Boolean
True if the shape is removed, else false.
Examples
C#
myLayer.RemoveShape(myLayerShape);
See Also