| SoCpuBufferFromVolumeReader Constructor  | 
Constructor with dataset and tile Id as parameter. 
 
Namespace: OIV.LDM.TilesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic SoCpuBufferFromVolumeReader(
	SoDataSet dataset,
	SoLDMTileID tileId
)
Public Sub New ( 
	dataset As SoDataSet,
	tileId As SoLDMTileID
)
public:
SoCpuBufferFromVolumeReader(
	SoDataSet^ dataset, 
	SoLDMTileID tileId
)
new : 
        dataset : SoDataSet * 
        tileId : SoLDMTileID -> SoCpuBufferFromVolumeReaderParameters
- dataset
 - Type: OIV.LDM.NodesSoDataSet
pointer to dataset associated with buffer 
 - tileId
 - Type: OIV.LDMSoLDMTileID
tileId representing the tile the buffer will store 
 
Remarks
See Also