MapMatrix NetGIS Class Library

LayerSet.Add Method

Adds a new Layer object to this collection.

Overload List

Adds a new Layer object to this collection.

public void Add(Layer);

Add a LayerList object to this collection

public void Add(LayerList);

Adds either a Layer or LayerList object to this collection

public void Add(object);

See Also

LayerSet Class | MapMatrix.Features Namespace