Grasshopper API
GH_ViewportFocus Method (ListIGH_Attributes) |
Look at a set of specific objects.
Namespace: Grasshopper.GUI.Canvas
Assembly: Grasshopper (in Grasshopper.dll)

public void Focus( List<IGH_Attributes> attributes )
Public Sub Focus ( attributes As List(Of IGH_Attributes) )
Parameters
- attributes
- Type: System.Collections.GenericListIGH_Attributes
Object attributes to focus on.
