Search
FlowChart.ShapeLibCount Property
See Also
 



Gets the number of registered shape libraries.

 Syntax

VB6  Copy Code

Public Property Get ShapeLibCount() As Long

C++  Copy Code

public:
int get_ShapeLibCount ()

 Property Value

A long value indicating the number of registered shape libraries.

 Remarks

Gets the number of registered shape libraries, available for your application. The libraries should be loaded and registered with the FlowChartX rendering engine using the LoadShapeLib method.

 See Also