GetAllColShapes
Gets all the colshapes created in the server.
C# Syntax
List<ColShape> NAPI.Pools.GetAllColShapes();
Example
// Code here...
Gets all the colshapes created in the server.
List<ColShape> NAPI.Pools.GetAllColShapes();
// Code here...