Click or drag to resize

ReportAreaCollectionRemove Method

Remove a key from the list of selected areas.

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

Parameters

key
Type: SystemString
Key to remove.
Exceptions
ExceptionCondition
ArgumentExceptionKey is not of a selected area.
ArgumentOutOfRangeExceptionKey doesn't exist in the ControllingLayer.
See Also