Leadtools.MedicalViewer Namespace > MedicalViewerCell Class : DisposeInternalData Method |
public void DisposeInternalData()
'Declaration Public Sub DisposeInternalData()
'Usage Dim instance As MedicalViewerCell instance.DisposeInternalData()
public: void DisposeInternalData();
Also, it's recommended not to call this method after deleting every cut-plane or panoramic polygon since it will require the program to recalculate data once again. You need to keep this data (not calling this method), until after you are done with the cut-plane, or when you need a large amount of free memory.