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: 12.0.0.0
Syntax
public LayerElementComponent GetComponentByKey(
	Object key
)

Parameters

key
Type: SystemObject

Return Value

Type: LayerElementComponent
See Also