Grasshopper API
IGH_InstanceGuidDependentInstanceGuidsChanged Method |
This method will be called by the GH_Document that owns this object after
it mutates some or all of it's object InstanceIds.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)
void InstanceGuidsChanged( SortedDictionary<Guid, Guid> map )
Sub InstanceGuidsChanged ( map As SortedDictionary(Of Guid, Guid) )
Parameters
- map
- Type: System.Collections.GenericSortedDictionaryGuid, Guid
A translation dictionary of old InstanceID keys (no longer existent) and new InstanceID values.