# RemoveFromManagers

### Introduction

RemoveFromManagers removes all contained tiles from any managers and other PositionedObjectLists that hold the tiles. Specifically calling RemoveFromManagers will:

* Remove all shapes from the ShapeManager for every-frame management
* Remove all shapes from the ShapeManager for rendering
* Clear the TileShapeCollection
* Remove shapes in the TileShapeCollection from any other PositionedObjectList containing these shapes, including parent/child relationships

### Code Example

The following code will remove the calling TileShapeCollection from all managers and will clear it

```lang:c#
TileShapeCollectionInstance.RemoveFromManagers();
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.flatredball.com/flatredball/tiled-plugin/glue-gluevault-component-pages-tile-graphics-plugin-tileshapecollection/removefrommanagers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
