MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
INT32 MgParameterCollection::GetCount ( ) const [virtual]

Gets the number of items in the collection.

.NET Syntax
int GetCount() const;
Java Syntax
int GetCount() const;
PHP Syntax
int GetCount() const;
Returns:
Returns the number of items in the collection.

Implements MgCollection.