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
Add Method
Add an area key to 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
Add
(
string
key
)
Public
Sub
Add
(
key
As
String
)
Parameters
key
Type:
System
String
The key to add.
Exceptions
Exception
Condition
ArgumentException
Key is already contained in the list of selected areas.
ArgumentOutOfRangeException
Key doesn't exist in the
ControllingLayer
.
See Also
Reference
ReportAreaCollection Class
Easymap.AddIn.Elements Namespace