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.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use ReadTile() instead.")]
public ulong ReadTileLong(
out SoBufferObject bufferObject,
SoLDMTileID tileID,
bool transform
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use ReadTile() instead.")>
Public Function ReadTileLong (
<OutAttribute> ByRef bufferObject As SoBufferObject,
tileID As SoLDMTileID,
transform As Boolean
) As ULong
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use ReadTile() instead.")]
unsigned long long ReadTileLong(
[OutAttribute] SoBufferObject^% bufferObject,
SoLDMTileID tileID,
bool transform
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use ReadTile() instead.")>]
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