AutoCAD Map 3D 2009 Geospatial Platform Reference
From AutoCAD Map 3D Geospatial Platform API
|
|
| void MgMapCollection::Add |
( |
MgMapBase * |
value |
) |
|
Adds the specified map to the end of the collection.
.NET Syntax
|
void Add(MgMapBase value);
|
Java Syntax
|
void Add(MgMapBase value);
|
PHP Syntax
|
void Add(MgMapBase value);
|
- Parameters:
-
- Returns:
- Returns nothing.
|