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; }
Public Overridable ReadOnly Property IsPreviewCapable As Boolean
Get
Property Value
Type:
Boolean[Missing <value> documentation for "P:Grasshopper.Kernel.GH_Component.IsPreviewCapable"]
Implements
IGH_PreviewObjectIsPreviewCapableSee Also