update# NetworkObject.update() → bool# Update the network in AEDT. Returns: boolTrue when successful, False when failed. Examples >>> from ansys.aedt.core.modules.boundary.icepak_boundary import NetworkObject >>> obj = NetworkObject() >>> obj.update()