This document is archived and information here might be outdated. Recommended version. |
Provides access to members that manage a place collection. Duplicate names are not allowed.
The IPlaceCollection interface manages adding and removing Place objects to the collection.
Name | Description | |
---|---|---|
Add | Add to place collection. If allowChangeName is true and place with the same name exists, unique name will be assigned, the place will not be added otherwise. | |
RemoveAll | Remove all places. | |
RemoveByName | Remove from place collection. If RemoveMatching is true, all places will be removed whose name matches the unique name generation pattern. Otherwise place is removed if the name is an exact match. |
Classes | Description |
---|---|
MyPlaceCollection | A singleton class that manage the collection of my places. |