Click or drag to resize
SoLDMTileManagerLDMSliceAccessorGetOrthoSliceBuffer Method (SoLDMTileID, Int32, Int32)
Access the 2D buffer of the given slice along the sliceAxis axis at sliceNumber position within the tile.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public SoBufferObject GetOrthoSliceBuffer(
	SoLDMTileID tile,
	int sliceAxis,
	int sliceNumber
)

Parameters

tile
Type: OIV.LDMSoLDMTileID
sliceAxis
Type: SystemInt32
sliceNumber
Type: SystemInt32

Return Value

Type: SoBufferObject
See Also