The IScene3DSeries interface defines parameters of the universal collection of scene series.
The universal collection of scene series includes all scene objects (spheres, regular and closed surfaces, named sphere group), but currently this interface should be used only for reading object properties. Use special collections (interfaces) to edit them.
| Property name | Brief description | |
| Count | The Count property returns the number of scene series. | |
| Item | The Item property returns a scene series based on the specified index. |
| Method name | Brief description | |
| Add | The Add method adds a series to a collection. | |
| FindByKey | The FindByKey method finds a scene series based on a specified key. | |
| IndexByKey | The IndexByKey method returns an index of a scene series based on the specified key. | |
| RemoveByIndex | The RemoveByIndex method deletes a series based on the specified index. | |
| RemoveByKey | The RemoveByKey method deletes a series based on the specified key. |
See also: