Click or drag to resize

GH_PrincipalState Enumeration

Enumerates the different possible states in which the masterness of a parameter can occur.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public enum GH_PrincipalState
Members
  Member nameValueDescription
CannotBePrincipal0 This parameter cannot be a principal parameter. It is not a valid component input.
IsPrincipal1 This parameter is the current principal parameter as defined by the component which owns it.
IsNotPrincipal2 This parameter is not the current principal parameter, but it could be.
See Also