BinaryArchiveReader.ReadTransform Method

BinaryArchiveReaderReadTransform Method

Reads a Transform from the archive.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Transform ReadTransform()
Public Function ReadTransform As Transform

Return Value

Type: Transform
The element that was read.
See Also