MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends

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.