Click or drag to resize

GH_GooTIsValidWhyNot Property

Gets a string describing the state of "invalidness". If the instance is valid, then this property should return Nothing or String.Empty.

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public virtual string IsValidWhyNot { get; }

Property Value

Type: String

[Missing <value> documentation for "P:Grasshopper.Kernel.Types.GH_Goo`1.IsValidWhyNot"]

Implements

IGH_GooIsValidWhyNot
See Also