MapMatrix NetGIS Class Library

LayerList.GetServerObjects Method 

Returns a collection of server (GisLayer) that belong to this collection. This is a recursive call, all objects that belong to sub-collections will also be returned. This method is not used in the SDK.

public ArrayList GetServerObjects(
   ArrayList ServerObjects
);

Parameters

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

Return Value

ArrayList containing a reference to all serverobjects

See Also

LayerList Class | MapMatrix.Features Namespace