Click or drag to resize

MapLayerGetComponentByKey Method

Returns a associate LayerElementComponent of the map layer by key.

Namespace:  Easymap.AddIn.Mapping
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public LayerElementComponent GetComponentByKey(
	Object key
)

Parameters

key
Type: SystemObject

Return Value

Type: LayerElementComponent
See Also