SoLDMReaderReadTile Method (Int32, SbNativeArrayByte, SbBox3i32) |
Namespace: OIV.LDM.ReadersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public override bool ReadTile(
int index,
SbNativeArray<byte> buffer,
SbBox3i32 tilePosition
)
Public Overrides Function ReadTile (
index As Integer,
buffer As SbNativeArray(Of Byte),
tilePosition As SbBox3i32
) As Boolean
public:
virtual bool ReadTile(
int index,
SbNativeArray<unsigned char>^ buffer,
[InAttribute] SbBox3i32 tilePosition
) override
abstract ReadTile :
index : int *
buffer : SbNativeArray<byte> *
tilePosition : SbBox3i32 -> bool
override ReadTile :
index : int *
buffer : SbNativeArray<byte> *
tilePosition : SbBox3i32 -> bool
Parameters
- index
- Type: SystemInt32
- buffer
- Type: OIV.Inventor.GenericSbNativeArrayByte
- tilePosition
- Type: OIV.InventorSbBox3i32
Return Value
Type:
BooleanSee Also