SoDataSetReadTileLong Method |
Note: This API is now obsolete.
Copies the specified tile into the provided buffer.
Namespace: OIV.LDM.NodesAssembly: 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
)
<ObsoleteAttribute("Use ReadTile() instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function ReadTileLong (
<OutAttribute> ByRef bufferObject As SoBufferObject,
tileID As SoLDMTileID,
transform As Boolean
) As ULong
public:
[ObsoleteAttribute(L"Use ReadTile() instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
unsigned long long ReadTileLong(
[OutAttribute] SoBufferObject^% bufferObject,
SoLDMTileID tileID,
bool transform
)
[<ObsoleteAttribute("Use ReadTile() instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member ReadTileLong :
bufferObject : SoBufferObject byref *
tileID : SoLDMTileID *
transform : bool -> uint64
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