MapMatrix NetGIS Class Library

Layer.GetLayerObjects Method 

Get references to the Layer objects from within a LayerList collection. This method is used in support of the GetLayerObjects method in LayerList and is called automatically from that method.

public ArrayList GetLayerObjects(
   ArrayList LayerObjects
);

Parameters

LayerObjects
Collection that this Layer will be appended to.

Return Value

Collection that this Layer will be appended to.

See Also

Layer Class | MapMatrix.Features Namespace