Click or drag to resize

GH_VariantType Enumeration

Lists all possible variable types supported in the Grasshopper Expression Parser.

Namespace:  Grasshopper.Kernel.Expressions
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public enum GH_VariantType
Members
  Member nameValueDescription
unknown-1 Unknown type.
null0 Variant is a null reference.
bool1 Variant is of type System.Boolean
int2 Variant is of type System.Int32
double4 Variant is of type System.Double
string8 Variant is of type System.String
point16 Variant is of type Rhino.Geometry.Point3d
plane32 Variant is of type Rhino.Geometry.Plane
complex64 Variant is of type Grasshopper.Types.GH_Complex
See Also