AGI AgRadarPlugin 11Send comments on this topic.
Free Method (IAgStkRadarClutterMapPlugin)
See Also 
Windows






Windows & Linux

Description

Free clutter map plugin.

Syntax

[Visual Basic .NET]
Public Sub Free() 
[C#]
public void Free();
[Managed C++]
public: void Free();
[Java]
public  free();
[Unmanaged C++]
public: HRESULT Free();

Remarks

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.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.