Click or drag to resize

SelectState Constructor

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
The base selection state that will highlight any shape

Namespace:  Telogis.GeoBase.ShapeUI.State
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public SelectState(
	ShapeLayer layer,
	ShapeEntity optSelection
)

Parameters

layer
Type: Telogis.GeoBase.ShapeUIShapeLayer
The layer the selected entity belongs to
optSelection
Type: Telogis.GeoBase.ShapeUIShapeEntity
The selected entity
See Also