MapGuide API Reference
|
virtual INT32 MgPropertyCollection::IndexOf | ( | CREFSTRING | name | ) | const [virtual] |
Returns the index of the specified item (by name) in the collection or -1 if the item does not exist.
virtual int IndexOf(string name) const; |
virtual int IndexOf(String name) const; |
virtual int IndexOf(string name) const; |
name | (String/string) Input the item name |