MapMatrix NetGIS Class Library

Layer.GetServerObjects Method 

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

public ArrayList GetServerObjects(
   ArrayList ServerObjects
);

Parameters

ServerObjects
Collection that this Layer will be appended to.

Return Value

Collection that this Layers ServerObject will be appended to.

See Also

Layer Class | MapMatrix.Features Namespace