Free clutter map plugin.
| [Visual Basic .NET] |
|---|
Public Sub Free()
|
| [C#] |
|---|
public void Free();
|
| [Managed C++] |
|---|
public: void Free();
|
| [Java] |
|---|
public free();
|
| [Unmanaged C++] |
|---|
public: HRESULT Free();
|
The Free method is called before the plugin
is destructed to allow for any freeing of resources. For
every call to the Initialize
method there will be a corresponding call to Free.