Click or drag to resize

GH_ViewportFocus Method (ListIGH_Attributes)

Look at a set of specific objects.

Namespace:  Grasshopper.GUI.Canvas
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void Focus(
	List<IGH_Attributes> attributes
)

Parameters

attributes
Type: System.Collections.GenericListIGH_Attributes
Object attributes to focus on.
See Also