Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
C#
Visual Basic
.NET Framework Class Library
MapAreaCollection
.
.
::
.
.
Add Method
MapAreaCollection Class
See Also
Adds the specified MapArea to the collection.
Namespace:
C1.Web.C1WebChart
Assembly:
C1.Web.C1WebChart.2
(in C1.Web.C1WebChart.2.dll)
Syntax
C#
public
int
Add
(
MapArea
area
)
Visual Basic
Public
Function
Add
( _
area
As
MapArea
_ )
As
Integer
Parameters
area
Type:
C1.Web.C1WebChart
.
.
::
.
.
MapArea
The MapArea to add.
Return Value
An integer indicating the index of the added MapArea.
See Also
MapAreaCollection Class
C1.Web.C1WebChart Namespace
C1.Web.C1WebChart
.
.
::
.
.
MapAreaCollection