Click or drag to resize

ViewTableImportPageView Method

Imports a page view, or layout, from a Rhino file into this document.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public bool ImportPageView(
	string filename,
	Guid mainViewportId,
	string pageName
)

Parameters

filename
Type: SystemString
The name of Rhino file to read from.
mainViewportId
Type: SystemGuid
The id of the page view on the Rhino file.
pageName
Type: SystemString
The name to give the newly imported page view.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.DocObjects.Tables.ViewTable.ImportPageView(System.String,System.Guid,System.String)"]

See Also