Gets the number of registered shape libraries.
SyntaxVB6
Copy Code
|
|---|
Public Property Get ShapeLibCount() As Long |
C++
Copy Code
|
|---|
public: |
A long value indicating the number of registered shape libraries.
RemarksGets 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