Search
FlowChart.GetShapeCount Method
See Also
 



( a feature of FlowChartX Pro edition)

Gets the number of shapes defined in a shape library.

 Syntax

VB6  Copy Code

Public Function GetShapeCount( _
    ByVal libGUID As String _
) As Long

C++  Copy Code

public:
int GetShapeCount (
    BSTR libGUID
)

 Parameters

libGUID
The unique identifier of an already loaded shape library.

 Return Value

A long value indicating how many shapes are available in a custom shape library.

 See Also