Click or drag to resize
SoVolumeReaderReadTile Method (Int32, SbNativeByteArray, SbBox3i32)

Note: This API is now obsolete.

Obsolete method. Use generic version of data argument instead.

Namespace: OIV.LDM.Readers
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public virtual bool ReadTile(
	int index,
	SbNativeByteArray buffer,
	SbBox3i32 tilePosition
)

Parameters

index
Type: SystemInt32
buffer
Type: OIV.InventorSbNativeByteArray
tilePosition
Type: OIV.InventorSbBox3i32

Return Value

Type: Boolean
See Also