Grasshopper API
GH_NamedViewSetToViewport Method (GH_Canvas, Int32) |
Animates a view transition.
Namespace: Grasshopper.GUI.Canvas
Assembly: Grasshopper (in Grasshopper.dll)

public void SetToViewport( GH_Canvas cv, int length )
Public Sub SetToViewport ( cv As GH_Canvas, length As Integer )
Parameters
- cv
- Type: Grasshopper.GUI.CanvasGH_Canvas
Canvas to apply the transition to. - length
- Type: SystemInt32
Length (in milliseconds) of the transition.
