Click or drag to resize
SoDataSetReadTileLong Method

Note: This API is now obsolete.

Copies the specified tile into the provided buffer.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
[ObsoleteAttribute("Use ReadTile() instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public ulong ReadTileLong(
	out SoBufferObject bufferObject,
	SoLDMTileID tileID,
	bool transform
)

Parameters

bufferObject
Type: OIV.Inventor.DevicesSoBufferObject
tileID
Type: OIV.LDMSoLDMTileID
transform
Type: SystemBoolean

Return Value

Type: UInt64
Remarks

Applies the data transformation (set in dataTransform field) if transform is true. Returns the size, in bytes, copied in the buffer. If size == 0 nothing was written (probably due to a memory allocation error).

See Also