(
a feature of FlowChartX Pro edition)
Returns the GUID of a loaded shape library.
SyntaxVB6
Copy Code
|
|---|
Public Function GetShapeLibGUID( _ |
C++
Copy Code
|
|---|
public: |
A string value representing the unique identifier of a registered shape library.
RemarksReturns 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