SoDataSetReadTile Method (SoLDMTileID, Byte, Boolean) |
Note: This API is now obsolete.
Namespace: OIV.LDM.NodesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public virtual void ReadTile(
SoLDMTileID tileID,
byte[] buffer,
bool transform
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Overridable Sub ReadTile (
tileID As SoLDMTileID,
buffer As Byte(),
transform As Boolean
)
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
virtual void ReadTile(
SoLDMTileID tileID,
array<unsigned char>^ buffer,
bool transform
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
abstract ReadTile :
tileID : SoLDMTileID *
buffer : byte[] *
transform : bool -> unit
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
override ReadTile :
tileID : SoLDMTileID *
buffer : byte[] *
transform : bool -> unit
Parameters
- tileID
- Type: OIV.LDMSoLDMTileID
- buffer
- Type: SystemByte
- transform
- Type: SystemBoolean
RemarksObsoletesince Open Inventor 8000
Use void readTile(tileID, SoBufferObject*, bool ) instead.
See Also