SoLDMWriterWriteTile Method (SoLDMTileID, SoBufferObject) |
Writes the specified tile tileID into the LDM file.
Namespace: OIV.LDM.ConvertersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public int WriteTile(
SoLDMTileID tileID,
SoBufferObject data
)
Public Function WriteTile (
tileID As SoLDMTileID,
data As SoBufferObject
) As Integer
public:
int WriteTile(
SoLDMTileID tileID,
SoBufferObject^ data
)
member WriteTile :
tileID : SoLDMTileID *
data : SoBufferObject -> int
Parameters
- tileID
- Type: OIV.LDMSoLDMTileID
- data
- Type: OIV.Inventor.DevicesSoBufferObject
Return Value
Type:
Int32Remarks See Also