MapMatrix NetGIS Class Library

MapActionRequest.AddCommand Method 

Adds a Command object to the CommandQueue. The command queue is processed by the MapServer in the order the commands were added.

public void AddCommand(
   object Command
);

Parameters

Command
The command to add to the queue

See Also

MapActionRequest Class | MapMatrix.Commands Namespace