SoLDMMediatorReadTile Method (Int32, SoLDMTileID, SoBufferObject, 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,
SoBufferObject buffer,
bool transform
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub ReadTile (
dataSetId As Integer,
tileID As SoLDMTileID,
buffer As SoBufferObject,
transform As Boolean
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
void ReadTile(
int dataSetId,
SoLDMTileID tileID,
SoBufferObject^ buffer,
bool transform
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member ReadTile :
dataSetId : int *
tileID : SoLDMTileID *
buffer : SoBufferObject *
transform : bool -> unit
Parameters
- dataSetId
- Type: SystemInt32
- tileID
- Type: OIV.LDMSoLDMTileID
- buffer
- Type: OIV.Inventor.DevicesSoBufferObject
- transform
- Type: SystemBoolean
Remarks
See Also