AutoCAD Map 3D 2009 Geospatial Platform Reference
From AutoCAD Map 3D Geospatial Platform API
|
|
| bool MgMapCollection::Remove |
( |
MgMapBase * |
value |
) |
|
Removes a map from the collection.
.NET Syntax
|
bool Remove(MgMapBase value);
|
Java Syntax
|
bool Remove(MgMapBase value);
|
PHP Syntax
|
bool Remove(MgMapBase value);
|
- Parameters:
-
- Returns:
- Returns true if removal was successful.
|