|
MapGuide API Reference
|
| void MgParameterCollection::Add | ( | MgParameter * | value | ) |
Adds the specified item to the end of the collection.
| int Add(MgParameter value); |
| int Add(MgParameter value); |
| int Add(MgParameter value); |
| value | (MgParameter) Input value. |
| MgDuplicateObjectException | if the index is a duplicate. |