Search
FlowChart.UnloadShapeLib Method
See Also
 



( a feature of FlowChartX Pro edition)

Unloads a specific shape library.

 Syntax

VB6  Copy Code

Public Sub UnloadShapeLib( _
    ByVal libGUID As String _
)

C++  Copy Code

public:
void UnloadShapeLib (
    BSTR libGUID
)

 Parameters

libGUID
The unique identifier of a loaded shape library.

 Remarks

Unloads a shape library identified by the libGUID parameter. libGUID is returned by the LoadShapeLib method after successfully loading a library.

 See Also