Click or drag to resize

ReportAreaCollectionAdd Method

Add an area key to the list of selected areas.

Namespace: Easymap.AddIn.Elements
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public void Add(
	string key
)

Parameters

key  String
The key to add.
Exceptions
ExceptionCondition
ArgumentExceptionKey is already contained in the list of selected areas.
ArgumentOutOfRangeExceptionKey doesn't exist in the ControllingLayer.
See Also