MapMatrix NetGIS Class Library

LayerList.GetLayerObjects Method 

Returns a collection of objects that belong to this collection. This is a recursive call, all objects that belong to sub-collections will also be returned.

public ArrayList GetLayerObjects(
   ArrayList LayerObjects
);

Parameters

LayerObjects
Collection to append object to, if null a new collection is created

Return Value

ArrayList containing a reference to all Layer objects

See Also

LayerList Class | MapMatrix.Features Namespace