AutoCAD Map 3D 2009 Geospatial Platform Reference

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:
value (MgMapBase) MgMapBase to be removed
Returns:
Returns true if removal was successful.