edit_array# ComponentArray.edit_array() → bool# Edit component array. Returns: boolTrue when successful, False when failed. References >>> oModule.EditArray Examples >>> from ansys.aedt.core.modeler.cad.component_array import ComponentArray >>> obj = ComponentArray() >>> obj.edit_array()