NamedViewTable.RestoreAnimated Method (Int32, RhinoViewport, Boolean, Int32, Int32)

NamedViewTableRestoreAnimated Method (Int32, RhinoViewport, Boolean, Int32, Int32)

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

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

Parameters

index
Type: SystemInt32

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

viewport
Type: Rhino.DisplayRhinoViewport

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

backgroundBitmap
Type: SystemBoolean

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

frames
Type: SystemInt32

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

frameRate
Type: SystemInt32

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

Return Value

Type: Boolean

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

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Obsolete (compiler warning) in 6.14
See Also