Click or drag to resize

IDataReferenceReaderGetReferenceT Method

Returns a reference to data of type T at the specified offset.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
ref T GetReference<T>(
	int offset
)
where T : struct, new()

Parameters

offset
Type: SystemInt32
The offset into the buffer to access.

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Demo3D.IO.IDataReferenceReader.GetReference``1(System.Int32)"]

Return Value

Type: T
A reference to the value in the buffer.
See Also