GH_StateServer.NewStateFromDocument Method

GH_StateServerNewStateFromDocument Method

Displays UI for new state creation. If the user aborts, then null is returned. If the user successfully defines a new state, it is appended to this server.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_State NewStateFromDocument()
Public Function NewStateFromDocument As GH_State

Return Value

Type: GH_State
See Also