|
MapGuide API Reference
|
| INT32 MgClassDefinitionCollection::IndexOf | ( | const MgClassDefinition * | value | ) | const |
Returns the index of the specified item in the collection or -1 if the item does not exist.
| int IndexOf(const MgClassDefinition value) const; |
| int IndexOf(const MgClassDefinition value) const; |
| int IndexOf(const MgClassDefinition value) const; |
| value | (MgClassDefinition) Input value |