Grasshopper API
GH_StateAddStateObject Method |
Append a new object to the database.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public void AddStateObject( IGH_StateAwareObject obj, Guid obj_id )
Public Sub AddStateObject ( obj As IGH_StateAwareObject, obj_id As Guid )
Parameters
- obj
- Type: Grasshopper.KernelIGH_StateAwareObject
Object to append. - obj_id
- Type: SystemGuid
Instance GUID of object in document.
