public void DisposeInternalData()
Public Sub DisposeInternalData()
public:
void DisposeInternalData();
In order to generate the cut-plane or the panoramic data, the program will internally have to allocate a large amount of data. Keeping this data allocated after being done with the cut-plane and the panoramic image is inefficient. It's recommended to call this method after being done with those features. 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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document