ShapeLayerGetSelectState Method | |
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
)
Public Overridable Function GetSelectState (
entity As ShapeEntity
) As ISelectState
Parameters
- entity
- Type: Telogis.GeoBase.ShapeUIShapeEntity
The ShapeEntity to perform the action upon.
Return Value
Type:
ISelectStateAn ISelectState.
See Also