MapGuide API Reference
|
void MgLayerGroupCollection::SetItem | ( | INT32 | index, |
MgLayerGroup * | value | ||
) |
Sets the layer group in the collection at the specified index to the specified value.
void SetItem(int index, MgLayerGroup value); |
void SetItem(int index, MgLayerGroup value); |
void SetItem(int index, MgLayerGroup value); |
index | (int) Position in the collection to set the layer group. |
value | (MgLayerGroup) MgLayerGroup to be set in the collection. |
MgIndexOutOfRangeException | if the specified index is out of range. |