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: 2023.1.3.0 (2023.1.3)
Syntax public 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