StreamBufRead(UInt32) Method

Reads the specified number of bytes at current position of a file pointer.

Namespace: Teigha.Runtime
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public abstract byte[] Read(
        uint numBytes
)

Parameters

numBytes  UInt32
[in] Number of bytes to read.

Return Value

Byte
Bytes that are read.
See Also

©  Bricsys NV. All rights reserved.