GH_DocumentUpdateAllSubsidiaries Method |
Iterate over all subsidiary documents and update them with their respective owners.
If a subsidiary hasn't been modified, it will not be updated and it will not be counted.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public int UpdateAllSubsidiaries()
Public Function UpdateAllSubsidiaries As Integer
Return Value
Type:
Int32The number of subsidiary documents updated.
See Also