Click or drag to resize

File3dmReadPageViews Method

Reads page view, or layout, information from an existing 3dm file.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public static ViewInfo[] ReadPageViews(
	string path
)

Parameters

path
Type: SystemString
A location on disk or network.

Return Value

Type: ViewInfo
An array of view information if successful, otherwise an empty array.
See Also