| SoDataCompressorSetCompressionLevel Method  | 
Sets the compression level. 
 
Namespace: OIV.LDM.CompressorsAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void SetCompressionLevel(
	ulong level
)
Public Sub SetCompressionLevel ( 
	level As ULong
)
public:
void SetCompressionLevel(
	unsigned long long level
)
member SetCompressionLevel : 
        level : uint64 -> unit 
Parameters
- level
 - Type: SystemUInt64
the level of the compression used. Valid compression levels are specific to the compression algorithm. 
 
Remarks
See Also