Delete(Index: Integer);
Index - texture index.
The Delete method deletes a texture from the list based on a specified index.
This example assumes that there is the S object of the IScene3D type.
Sub Chart3D;
Var
s : IScene3D;
Begin
s.DisplayedObjects.TextureManager.Delete(0);
End Sub Chart3D;
After executing the example the texture with the index 0 is deleted
See also: