Click or drag to resize

GH_ActiveObjectIsDataProvider Property

Returns a boolean indicating whether or not the current object can seed data.

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

Property Value

Type: Boolean

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_ActiveObject.IsDataProvider"]

Implements

IGH_ActiveObjectIsDataProvider
See Also