MapGuide API Reference
|
virtual MgProperty* MgPropertyCollection::GetItem | ( | CREFSTRING | name | ) | [virtual] |
Gets the item in the collection with the specified name.
virtual MgProperty GetItem(string name); |
virtual MgProperty GetItem(String name); |
virtual MgProperty GetItem(string name); |
name | (String/string) Input item name |
MgObjectNotFoundException | if the item does not exist within the collection. |