Click or drag to resize

GH_ObjectType Enumeration

Enumerates all types of object that can be referenced by a GH_ObjectProxy instance.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public enum GH_ObjectType
Members
  Member nameValueDescription
None0 Object type is unset.
CompiledObject1 Represents a compiled object inside a GHA assembly.
UserObject2 Represents a user defined object in a remote file.
See Also