LEADTOOLS Medical (Leadtools.MedicalViewer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
DisposeCutPlanesData Method
See Also 
Leadtools.MedicalViewer Namespace > MedicalViewerCell Class : DisposeCutPlanesData Method



Disposes the cut-plane data.

Syntax

Visual Basic (Declaration) 
Public Sub DisposeCutPlanesData() 
Visual Basic (Usage)Copy Code
Dim instance As MedicalViewerCell
 
instance.DisposeCutPlanesData()
C# 
public void DisposeCutPlanesData()
C++/CLI 
public:
void DisposeCutPlanesData(); 

Remarks

  • In order to generate the cut-plane, the program will internally have to allocate a large amount of data. Keeping this data allocated after being done with the cut-plane is inefficient. It's recommended to call this method after being done with the cut-plane feature.
  • Also, it's recommended not to call this method after deleting every cut-plane. 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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.MedicalViewer requires a Medical Imaging license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features