SoCpuBufferBitSet Constructor (SoDataCompressor) |
Note: This API is now obsolete.
Constructor with compressor given as parameter.
Namespace: OIV.LDM.TilesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public SoCpuBufferBitSet(
SoDataCompressor compressor
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Sub New (
compressor As SoDataCompressor
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
SoCpuBufferBitSet(
SoDataCompressor^ compressor
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
new :
compressor : SoDataCompressor -> SoCpuBufferBitSet
Parameters
- compressor
- Type: OIV.LDM.CompressorsSoDataCompressor
Remarks
See Also