NamedViewTable.Restore Method (Int32, RhinoViewport)

NamedViewTableRestore Method (Int32, RhinoViewport)

Sets the MainViewport of a standard RhinoView to a named views settings

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool Restore(
	int index,
	RhinoViewport viewport
)
Public Function Restore ( 
	index As Integer,
	viewport As RhinoViewport
) As Boolean

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Rhino.DocObjects.Tables.NamedViewTable.Restore(System.Int32,Rhino.Display.RhinoViewport)"]

viewport
Type: Rhino.DisplayRhinoViewport

[Missing <param name="viewport"/> documentation for "M:Rhino.DocObjects.Tables.NamedViewTable.Restore(System.Int32,Rhino.Display.RhinoViewport)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.DocObjects.Tables.NamedViewTable.Restore(System.Int32,Rhino.Display.RhinoViewport)"]

Version Information

Rhino for Windows

Supported in: 6.14
See Also