SoByteStreamGetData Method |
Returns the data from the last convert() operation.
Namespace: OIV.Inventor.MiscAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SbNativeArray<byte> GetData()
Public Function GetData As SbNativeArray(Of Byte)
public:
SbNativeArray<unsigned char>^ GetData()
member GetData : unit -> SbNativeArray<byte>
Return Value
Type:
SbNativeArrayByte
RemarksThis byte stream format is well suited to data transfers, like copy and paste.
See Also