AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

void MgLayerCollection::Add ( MgLayerBase value  ) 

Adds a layer to the end of the collection.

.NET Syntax
void Add(MgLayerBase value);
Java Syntax
void Add(MgLayerBase value);
PHP Syntax
void Add(MgLayerBase value);

Parameters:
value (MgLayerBase) Layer to be added.
Returns:
Returns nothing.