STK AgRadarPluginSend comments on this topic.
Free Method (IAgStkRadarRcsPlugin)
See Also
Windows





Windows & Linux

Description

Free RCS plugin.

Syntax

[Visual Basic .NET]
Public Sub Free()
[C#]
public void Free();
[Managed C++]
public: void Free();
[Unmanaged C++]
public: HRESULT Free();
[Java]
public void 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:AgStkRadar~IAgStkRadarRcsPlugin~Initialize% method there will be a corresponding call to Free.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.