Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgIntCollection
Add
Clear
Contains
GetCount
GetItem
IndexOf
Insert
MgIntCollection
Remove
RemoveAt
SetItem
virtual void MgIntCollection::Clear
(
)
[virtual]
Removes all items from the collection.
.NET Syntax
virtual void
Clear()
;
Java Syntax
virtual void
Clear()
;
PHP Syntax
virtual void
Clear()
;
Returns:
Returns nothing
Implements
MgCollection
.
Comments or suggestions? Send us
feedback
.