GetAllColShapes
Внешний вид
Gets all the colshapes created in the server.
<syntaxhighlight lang="csharp">List<ColShape> NAPI.Pools.GetAllColShapes();</syntaxhighlight>
Example
<syntaxhighlight lang="csharp"> // Code here... </syntaxhighlight>