Click or drag to resize

ISelectState Interface

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Interface that is implemented by all selection states.

Namespace:  Telogis.GeoBase.ShapeUI.State
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public interface ISelectState : IState

The ISelectState type exposes the following members.

Properties
  NameDescription
Public propertySelection
The currently selected entity.
Top
Methods
  NameDescription
Public methodApply
Applies any changes made while in this state.
(Inherited from IState.)
Public methodBegin
Called when the layer enters this state.
(Inherited from IState.)
Public methodEnd
Called when the layer exits this state.
(Inherited from IState.)
Public methodOnMouseClick
Mouse-click handler for this state.
(Inherited from IState.)
Public methodOnMouseDown
Mouse-down handler for this state.
(Inherited from IState.)
Public methodOnMouseLeave
Mouse-leave handler for this state.
(Inherited from IState.)
Public methodOnMouseMove
Mouse-move handler for this state.
(Inherited from IState.)
Public methodOnMouseUp
Mouse-up handler for this state.
(Inherited from IState.)
Public methodRender
Called to render this state.
(Inherited from IState.)
Top
See Also