Click or drag to resize
SoByteStreamGetData Method

Returns the data from the last convert() operation.

Namespace: OIV.Inventor.Misc
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SbNativeArray<byte> GetData()

Return Value

Type: SbNativeArrayByte
Remarks

This byte stream format is well suited to data transfers, like copy and paste.

See Also