AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

bool MgMapCollection::Contains ( CREFSTRING  name  ) 

Determines if the collection contains the specified map.

.NET Syntax
bool Contains(string name);
Java Syntax
boolean Contains(String name);
PHP Syntax
bool Contains(string name);

Parameters:
name (String/string) Name of the map.
Returns:
Returns true if the collection contains the specified map, or false otherwise.