SoLDMMediatorReadTile Method (Int32, SoLDMTileID, Byte, Boolean) |
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void ReadTile(
int dataSetId,
SoLDMTileID tileID,
byte[] buffer,
bool transform
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub ReadTile (
dataSetId As Integer,
tileID As SoLDMTileID,
buffer As Byte(),
transform As Boolean
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
void ReadTile(
int dataSetId,
SoLDMTileID tileID,
array<unsigned char>^ buffer,
bool transform
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member ReadTile :
dataSetId : int *
tileID : SoLDMTileID *
buffer : byte[] *
transform : bool -> unit
Parameters
- dataSetId
- Type: SystemInt32
- tileID
- Type: OIV.LDMSoLDMTileID
- buffer
- Type: SystemByte
- transform
- Type: SystemBoolean
Remarks
See Also