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: 11.2.0.0
Syntax
public void Add(
	string key
)

Parameters

key
Type: SystemString
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