Search
FlowChart.GetShapeLibGUID Method
See Also
 



( a feature of FlowChartX Pro edition)

Returns the GUID of a loaded shape library.

 Syntax

VB6  Copy Code

Public Function GetShapeLibGUID( _
    ByVal FileName As String _
) As String

C++  Copy Code

public:
BSTR GetShapeLibGUID (
    BSTR FileName
)

 Parameters

FileName
The file name of an already registered shape library.

 Return Value

A string value representing the unique identifier of a registered shape library.

 Remarks

Returns the GUID of a shape library that is already registered. This GUID is used when specifying box shape to be one from this shape library, so usually you would get the library id immediately after calling LoadShapeLib.

 See Also