IDataReferenceWriterGetReferenceT 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
Syntaxref 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.IDataReferenceWriter.GetReference``1(System.Int32)"]
Return Value
Type:
TA reference to the value in the buffer.
See Also