Search
FlowChart.GetShapeLibName Method
See Also
 



( a feature of FlowChartX Pro edition)

Gets the name of a shape library.

 Syntax

VB6  Copy Code

Public Function GetShapeLibName( _
    ByVal libGUID As String _
) As String

C++  Copy Code

public:
BSTR GetShapeLibName (
    BSTR libGUID
)

 Parameters

libGUID
The unique identifier of an already registered shape library.

 Return Value

A string value representing a user-friendly description of the shape library.

 Remarks

This function returns a descriptive name of the shape library.

 See Also