GH_DocumentSetPreviewFlags Method (ListIGH_DocumentObject, Boolean) |
Set the preview flags of all specified objects to true or false
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic void SetPreviewFlags(
List<IGH_DocumentObject> objects,
bool bPreview
)
Public Sub SetPreviewFlags (
objects As List(Of IGH_DocumentObject),
bPreview As Boolean
)
Parameters
- objects
- Type: System.Collections.GenericListIGH_DocumentObject
- bPreview
- Type: SystemBoolean
See Also