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