AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

bool MgMapCollection::Contains ( MgMapBase value  ) 

Determines if the collection contains the specified map.

.NET Syntax
bool Contains(MgMapBase value);
Java Syntax
boolean Contains(MgMapBase value);
PHP Syntax
bool Contains(MgMapBase value);

Parameters:
value (MgMapBase) The MgMapBase to look for.
Returns:
Returns true if the collection contains the specified map, or false otherwise.