←Select platform

DetachOptimizedLoadData Method

Summary

Detaches the optimized load data from the RasterCodecs object.

Syntax
C#
C++/CLI
Python
public CodecsOptimizedLoadData DetachOptimizedLoadData() 
public:  
   CodecsOptimizedLoadData^ DetachOptimizedLoadData() 
def DetachOptimizedLoadData(self): 

Return Value

Returns the CodecsOptimizedLoadData object that represents the optimized load data from the RasterCodecs object.

Remarks

Detaches the optimized load data from the RasterCodecs object. This transfers the ownership of the optimized load data from the RasterCodecs instance to the caller. After calling this method, the CodecsOptimizedLoadData object will no longer be managed by the RasterCodecs instance and will be valid until the user disposes it.

The value returned by DetachOptimizedLoadData is the same as the value obtained using GetOptimizedLoadData(true).

For more information, refer to Using the OptimizedLoad Functions to Speed Loading Large Files.

Requirements

Target Platforms

Help Version 22.0.2023.5.5
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.