DestroyAllChildren Method
Overloads
| DestroyAllChildren(GenericObjectProperties) | Removes all children and all children to the children on an object. | 
DestroyAllChildren(GenericObjectProperties)
Removes all children and all children to the children on an object.
Declaration
      void DestroyAllChildren([QixName("qPropForThis")] GenericObjectProperties propForThis = null)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| GenericObjectProperties | propForThis | Identifier of the parent's object and property to update. Should be set to update the properties of the parent's object at the same time the child is created. |