Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgPropertyCollection
Add
Clear
Contains
Contains
GetCount
GetItem
GetItem
IndexOf
IndexOf
Insert
MgPropertyCollection
Remove
RemoveAt
SetItem
virtual
MgProperty
* MgPropertyCollection::GetItem
(
CREFSTRING
name
)
[virtual]
Gets the item in the collection with the specified name.
.NET Syntax
virtual
MgProperty
GetItem(string name);
Java Syntax
virtual
MgProperty
GetItem(String name);
PHP Syntax
virtual
MgProperty
GetItem(string name);
Parameters:
name
(String/string) Input item name
Returns:
Returns the item in the collection with the specified name.
Exceptions:
MgObjectNotFoundException
if the item does not exist within the collection.
Comments or suggestions? Send us
feedback
.