Grasshopper API
GH_InstanceDescriptionCopyFrom Method |
Copy all fields (except the instance ID) from another instance description.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public void CopyFrom( IGH_InstanceDescription other )
Public Sub CopyFrom ( other As IGH_InstanceDescription )
Parameters
- other
- Type: Grasshopper.KernelIGH_InstanceDescription
Object to mimic.
