GH_ViewportFocus Method (ListIGH_Attributes) |
Look at a set of specific objects.
Namespace:
Grasshopper.GUI.Canvas
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic 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.
See Also