Click or drag to resize

GH_ComponentIsPreviewCapable Property

If a single parameter is PreviewCapable, so is the component. Override this property if you need special Preview flags.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public virtual bool IsPreviewCapable { get; }

Property Value

Type: Boolean

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_Component.IsPreviewCapable"]

Implements

IGH_PreviewObjectIsPreviewCapable
See Also