GH_DocumentSetPreviewFlags Method (Boolean) |
Set the preview flags of all selected objects to true or false
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public void SetPreviewFlags(
bool bPreview
)
Public Sub SetPreviewFlags (
bPreview As Boolean
)
Parameters
- bPreview
- Type: SystemBoolean
See Also