| SoDataCompressorGetAppropriateCompressor Method  | 
Create and return an instance of a compressor of the given type. 
 
Namespace: OIV.LDM.CompressorsAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic static SoDataCompressor GetAppropriateCompressor(
	string name
)
Public Shared Function GetAppropriateCompressor ( 
	name As String
) As SoDataCompressor
public:
static SoDataCompressor^ GetAppropriateCompressor(
	String^ name
)
static member GetAppropriateCompressor : 
        name : string -> SoDataCompressor 
Parameters
- name
 - Type: SystemString
The name of the compressor.
 
Return Value
Type: 
SoDataCompressorA pointer to the newly created compressor. If this compressor is not available, returns NULL. 
Remarks
See Also