GH_DocumentTogglePreviewFlags Method (ListIGH_DocumentObject) |
Toggle the preview flags of all specified objects
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic void TogglePreviewFlags(
List<IGH_DocumentObject> objects
)
Public Sub TogglePreviewFlags (
objects As List(Of IGH_DocumentObject)
)
Parameters
- objects
- Type: System.Collections.GenericListIGH_DocumentObject
See Also