The IScene3DSeries interface determines 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 the scene series by the specified index. |
Method name | Brief description | |
Add | The Add method adds a series to the collection. | |
FindByKey | The FindByKey method finds a scene series by the specified key. | |
IndexByKey | The IndexByKey method returns the index of a scene series by the specified key. | |
RemoveByIndex | The RemoveByIndex method removes a series by the specified index. | |
RemoveByKey | The RemoveByKey method removes the series by the specified key. |
See also: