easymap office API-Reference
easymap office API-Reference
easymap office API-Reference
Easymap.AddIn.Elements
ReportAreaCollection Class
ReportAreaCollection Methods
Add Method
GetEnumerator Method
Remove Method
ReportAreaCollection
Remove 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
C#
VB
Copy
public
void
Remove
(
string
key
)
Public
Sub
Remove
(
key
As
String
)
Parameters
key
Type:
System
String
Key to remove.
Exceptions
Exception
Condition
ArgumentException
Key is not of a selected area.
ArgumentOutOfRangeException
Key doesn't exist in the
ControllingLayer
.
See Also
Reference
ReportAreaCollection Class
Easymap.AddIn.Elements Namespace