Click or drag to resize

BinaryArchiveReaderReadGeometry Method

Reads a GeometryBase-derived object from the archive.

The GeometryBase class is abstract.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public GeometryBase ReadGeometry()

Return Value

Type: GeometryBase
The element that was read.
See Also