Click or drag to resize

ShapeLayerGetSelectState Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns an ISelectState used to perform selection related operations.

Namespace:  Telogis.GeoBase.ShapeUI
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public virtual ISelectState GetSelectState(
	ShapeEntity entity
)

Parameters

entity
Type: Telogis.GeoBase.ShapeUIShapeEntity
The ShapeEntity to perform the action upon.

Return Value

Type: ISelectState
An ISelectState.
See Also